170 строки
2.5 KiB
Plaintext
170 строки
2.5 KiB
Plaintext
.gitconfig
|
|
.git-credentials
|
|
|
|
# Ignore iOS Framework binarie
|
|
Frameworks/
|
|
|
|
# Ignore OpenSSL and Boost build files for iOS
|
|
|
|
.gitk
|
|
.config/git/gitk
|
|
|
|
**/.vs/
|
|
**/project.lock.json
|
|
|
|
Casablanca*/Build_iOS/OpenSSL-for-iPhone/
|
|
Casablanca*/Build_iOS/boostoniphone/
|
|
Casablanca*/Build_iOS/openssl/
|
|
Casablanca*/Build_iOS/boost.framework/
|
|
Casablanca*/Build_iOS/build.ios/
|
|
Casablanca*/Build_iOS/ios-cmake/
|
|
|
|
#nuget packages
|
|
External/Packages/*
|
|
|
|
#mobile
|
|
External/sdk.mobile
|
|
|
|
# Xcode - from github
|
|
## User settings
|
|
xcuserdata
|
|
|
|
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
|
|
*.xcscmblueprint
|
|
*.xccheckout
|
|
|
|
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
|
|
build/
|
|
DerivedData/
|
|
*.moved-aside
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
|
|
# Mac
|
|
|
|
.DS_Store
|
|
|
|
# VS temp files
|
|
**/*.sln.ide/
|
|
**/*.opensdf
|
|
**/*.sdf
|
|
**/*.suo
|
|
**/*.opendb
|
|
**/*.VC.db
|
|
**/*.user
|
|
**/ipch/
|
|
**/Generated Files/
|
|
**/AppPackages/*
|
|
**/*.orig
|
|
**/pingme.txt
|
|
**/*.cache
|
|
**/dlldata.c
|
|
**/*_i.c
|
|
**/*_p.c
|
|
**/*.metaproj
|
|
**/*.metaproj.tmp
|
|
**/*.opendb
|
|
**/*.coveragexml
|
|
|
|
**/Durango/
|
|
**/Gaming.Xbox.Desktop.x64/
|
|
**/Gaming.Xbox.XboxOne.x64/
|
|
**/Gaming.Xbox.Scarlett.x64/
|
|
**/XboxOne.x64/
|
|
Samples/**/bin/
|
|
Samples/**/Debug/
|
|
Samples/**/Release/
|
|
Samples/**/Profile/
|
|
Samples/**/Lib/
|
|
Samples/**/.workspace/
|
|
Source/**/bin/
|
|
Source/**/gen/
|
|
Source/**/Debug/
|
|
Source/**/Release/
|
|
Archive/**/Debug/
|
|
Archive/**/Release/
|
|
Archive/**/Durango/
|
|
Archive/**/Lib/
|
|
Archive/**/*.winmd
|
|
Build/**/Debug/
|
|
Build/**/Release/
|
|
External/**/lib/
|
|
!External/xal/External/OneDS/lib/
|
|
External/**/bin/
|
|
External/**/Debug/
|
|
External/**/Release/
|
|
tests/**/bin/
|
|
tests/**/Debug/
|
|
tests/**/Release/
|
|
Tools/**/bin/
|
|
Tools/**/obj/
|
|
**/*.classpath
|
|
APIExplorer.Win32.PrebuiltBins.sln
|
|
|
|
**/local.properties
|
|
|
|
**/.workspace/
|
|
|
|
#Doxygen temp files
|
|
Docs/xblsdk_cpp/
|
|
Docs/xblsdk_winrt/
|
|
Docs/External/
|
|
Docs/xim_cpp/
|
|
|
|
# Unit Test
|
|
FakesAssemblies/
|
|
TestResults/
|
|
|
|
# Build objects
|
|
|
|
Casablanca/Intermediate/
|
|
Obj/
|
|
Binaries/
|
|
Debug/
|
|
Release/
|
|
ARM/
|
|
Built/
|
|
Bins/
|
|
|
|
# Allow files in our /Build folder
|
|
!/Build
|
|
!/Casablanca
|
|
|
|
|
|
**/.vs/
|
|
|
|
xbox-live-samples/
|
|
Tests/StressUnitTest/
|
|
*.pdb
|
|
|
|
Maven/
|
|
output/
|
|
ClockSkew.json
|
|
|
|
.idea
|
|
*.iml
|
|
.externalNativeBuild
|
|
|
|
**/XblEvents*.json
|
|
**/XblEvents*.dir
|
|
|
|
Tests/AndroidTestApp/MavenBinary/*
|
|
Tests/APIExplorer/XDK/Kits/DirectXTK/Src/Shaders/Compiled/*
|
|
|
|
Microsoft.Xbox.Services.*.sln.log
|
|
Microsoft.Xbox.Services.*.sln.out
|
|
**/apirunner-log.txt
|
|
|
|
# Android and Android Studio files
|
|
**/.idea
|
|
**/*.iml
|
|
**/.cxx
|
|
**/local.properties
|
|
**/.gradle/*
|