scummvm/.gitignore

184 lines
2.4 KiB
Plaintext
Raw Normal View History

*~
.*.swp
.*.swo
*.o
*.dwo
residualvm.dwp
lib*.a
.deps
2011-05-01 15:49:40 +00:00
/config.log
2012-01-06 10:37:57 +00:00
/residualvm
/residualvm-static
/ResidualVMDockTilePlugin*
2011-05-01 15:49:40 +00:00
/config.h
/config.mk
/.gdb_history
/dumps
/Credits.rtf
/*.mshark
/*.dSYM
/MT32_CONTROL.ROM
/MT32_PCM.ROM
2012-03-21 04:44:55 +00:00
/ResidualVM.app
/residualvm.docktileplugin
2018-11-24 22:20:25 +00:00
/\!ResidualVM
/*,e1f
2012-01-06 21:56:21 +00:00
/residualvm-ps3.pkg
2011-05-01 15:49:40 +00:00
/*.ipk
2012-03-21 04:44:55 +00:00
/*.dmg
2011-05-01 15:49:40 +00:00
/.project
/.cproject
/.settings
2011-07-20 04:58:19 +00:00
/.autotools
2011-06-09 09:17:15 +00:00
/Icon.*
/*.m4b
/*.lab
/*.dat
2011-05-08 13:38:26 +00:00
/build
2011-07-20 04:58:19 +00:00
/staging
2012-01-06 21:56:21 +00:00
/portdist
/dists/rpl.exe
2011-07-20 04:58:19 +00:00
/dists/codeblocks/*.cbp
/dists/codeblocks/*.depend
/dists/codeblocks/*.layout
2012-01-06 10:37:57 +00:00
/dists/codeblocks/residualvm*
2011-06-09 09:17:15 +00:00
#Ignore XCode user data and build files
xcuserdata
project.xcworkspace
/dists/iphone/build
2012-01-06 10:37:57 +00:00
/dists/iphone/residualvm.xcodeproj
2011-06-09 09:17:15 +00:00
/dists/iphone/create_project
/dists/macosx/build
2012-01-06 10:37:57 +00:00
/dists/macosx/residualvm.xcodeproj
2011-06-09 09:17:15 +00:00
/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
2013-07-13 12:30:29 +00:00
/dists/msvc*/test_runner.cpp
2016-11-12 11:59:06 +00:00
/dists/engine-data/testbed-audiocd-files/testbed.config
/dists/engine-data/testbed-audiocd-files/testbed.out
2012-02-24 11:15:44 +00:00
/doc/*.aux
/doc/*.dvi
/doc/*.log
/doc/*.out
/doc/*.pdf
/doc/*.ps
/doc/*.toc
2011-05-01 15:49:40 +00:00
/plugins
2012-02-10 06:51:41 +00:00
2013-12-08 12:25:24 +00:00
/engines/plugins_table.h
/engines/engines.mk
2012-02-10 06:51:41 +00:00
/test/runner
/test/runner.cpp
/test/*.dSYM
/devtools/create_project/create_project
/devtools/create_translations/create_translations
#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
2016-01-30 20:18:08 +00:00
*.opendb
obj/
_ReSharper*/
ipch/
[Tt]est[Rr]esult*
*.vcproj
*.sln
*.vsprops
*.props
*.vcxproj*
*.bat
*.tss
*.VC.db
.vs/
#Ignore default Visual Studio build folders
[Dd]ebug/
[Rr]elease/
[Dd]ebug32/
[Rr]elease32/
[Dd]ebug64/
[Rr]elease64/
2013-10-13 09:30:34 +00:00
LLVM32/
LLVM64/
2011-07-20 04:58:19 +00:00
2014-04-05 16:18:42 +00:00
#Ignore gettext generated files
/messages.mo
2011-07-20 04:58:19 +00:00
#Ignore Qt Creator project files
2012-01-06 10:37:57 +00:00
ResidualVM.config
ResidualVM.creator
ResidualVM.files
ResidualVM.includes
2012-01-06 21:56:21 +00:00
#Ignore Komodo IDE/Edit project files
*.komodoproject
2013-06-26 15:24:03 +00:00
2013-10-13 09:30:34 +00:00
#Ignore Mac DS_Store files
.DS_Store
2013-12-08 12:25:24 +00:00
#Ignore MS Visual C++ temporary files/subdirectories (except create_project.bat)
dists/msvc*/**
!dists/msvc*/create_project.bat
2016-11-12 11:59:06 +00:00
#Ignore bison debug output
*.output
#Ignore Xcode output/project files
out/
/*.xcodeproj
2016-11-12 11:59:06 +00:00
#Ignore gmon.out created by gprof
gmon.out
2013-06-26 15:24:03 +00:00
# Emacs files
*~
.#*
\#*\#
\#*
TAGS
#Ignore Visual Studio Code files
/.vscode
#Ignore testing .dll files
libogg.dll
libvorbis.dll
2018-05-21 02:58:56 +00:00
libvorbisfile.dll