raylib/.gitignore

64 lines
835 B
Plaintext
Raw Normal View History

# Ignore generated files
# ...
# Ignore compiled binaries
2014-09-18 20:52:28 +04:00
src/*.o
src/*.exe
examples/*.o
2014-09-16 13:30:25 +04:00
examples/*.exe
2014-09-18 20:52:28 +04:00
templates/*.exe
# Ignore Android generated files and folders
src_android/obj/
templates/android_project/bin/
templates/android_project/obj/
templates/android_project/libs/
# Ignore thumbnails created by windows
Thumbs.db
2013-10-24 19:49:49 +04:00
# Ignore files build by Visual Studio
2013-11-24 23:30:34 +04:00
# *.obj --> Can be confused with 3d model!
2013-10-24 19:49:49 +04:00
*.pdb
*.aps
*.vcproj.*.user
*.vcxproj*
*.sln
*.vspscc
*_i.c
*.i
*.icf
*_p.c
*.ncb
*.suo
2013-10-24 19:49:49 +04:00
*.tlb
*.tlh
*.bak
*.cache
*.ilk
2013-10-24 19:49:49 +04:00
*.log
[Bb]in
[Dd]ebug/
[Dd]ebug.win32/
*.sbr
2013-10-24 19:49:49 +04:00
*.sdf
obj/
[Rr]elease.win32/
2013-10-24 19:49:49 +04:00
_ReSharper*/
[Tt]est[Rr]esult*
ipch/
*.opensdf
2013-10-24 19:49:49 +04:00
# Ignore files build by xcode
*.mode*v*
*.pbxuser
*.xcbkptlist
*.xcscheme
*.xcworkspacedata
*.xcuserstate
*.xccheckout
xcschememanagement.plist
2013-10-24 19:49:49 +04:00
.DS_Store
._.*
xcuserdata/
DerivedData/