scummvm/.gitignore

100 lines
1.3 KiB
Plaintext
Raw Normal View History

*~
.*.swp
.*.swo
*.o
lib*.a
.deps
2011-05-01 15:49:40 +00:00
/config.log
/residual
/residual-static
/config.h
/config.mk
/.gdb_history
/dumps
/Credits.rtf
/*.mshark
/*.dSYM
/MT32_CONTROL.ROM
/MT32_PCM.ROM
/Residual.app
/*.ipk
/.project
/.cproject
/.settings
2011-07-20 04:58:19 +00:00
/.autotools
2011-06-09 09:17:15 +00:00
/Icon.*
2011-05-08 13:38:26 +00:00
/build
2011-07-20 04:58:19 +00:00
/staging
/dists/codeblocks/*.cbp
/dists/codeblocks/*.depend
/dists/codeblocks/*.layout
2011-06-09 09:17:15 +00:00
/dists/codeblocks/residual*
#Ignore XCode user data and build files
xcuserdata
project.xcworkspace
/dists/iphone/build
/dists/iphone/residual.xcodeproj
/dists/iphone/create_project
/dists/macosx/build
/dists/macosx/residual.xcodeproj
/dists/macosx/create_project
/dists/msvc*/[Dd]ebug*/
/dists/msvc*/[Rr]elease*/
2011-07-20 04:58:19 +00:00
/dists/msvc*/[Aa]nalysis*/
/dists/msvc*/*.lib
/dists/msvc*/*.SAV
/dists/msvc*/*.dat
/dists/msvc*/*.dll
2011-05-01 15:49:40 +00:00
/plugins
/devtools/create_project/create_project
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.sbr
*.sdf
*.opensdf
obj/
_ReSharper*/
ipch/
[Tt]est[Rr]esult*
*.vcproj
*.sln
*.vsprops
*.props
*.vcxproj*
*.bat
*.tss
#Ignore default Visual Studio build folders
2011-05-08 17:43:26 +00:00
[Dd]ebug*/
[Rr]elease*/
2011-07-20 04:58:19 +00:00
#Ignore Qt Creator project files
Residual.config
Residual.creator
Residual.files
Residual.includes