mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
184 lines
2.4 KiB
Plaintext
184 lines
2.4 KiB
Plaintext
|
|
*~
|
|
.*.swp
|
|
.*.swo
|
|
*.o
|
|
*.dwo
|
|
residualvm.dwp
|
|
lib*.a
|
|
.deps
|
|
|
|
/config.log
|
|
/residualvm
|
|
/residualvm-static
|
|
/ResidualVMDockTilePlugin*
|
|
/config.h
|
|
/config.mk
|
|
/.gdb_history
|
|
/dumps
|
|
/Credits.rtf
|
|
/*.mshark
|
|
/*.dSYM
|
|
/MT32_CONTROL.ROM
|
|
/MT32_PCM.ROM
|
|
/ResidualVM.app
|
|
/residualvm.docktileplugin
|
|
/\!ResidualVM
|
|
/*,e1f
|
|
/residualvm-ps3.pkg
|
|
/*.ipk
|
|
/*.dmg
|
|
/.project
|
|
/.cproject
|
|
/.settings
|
|
/.autotools
|
|
/Icon.*
|
|
/*.m4b
|
|
/*.lab
|
|
/*.dat
|
|
|
|
/build
|
|
/staging
|
|
/portdist
|
|
|
|
|
|
/dists/rpl.exe
|
|
|
|
/dists/codeblocks/*.cbp
|
|
/dists/codeblocks/*.depend
|
|
/dists/codeblocks/*.layout
|
|
/dists/codeblocks/residualvm*
|
|
|
|
#Ignore XCode user data and build files
|
|
xcuserdata
|
|
project.xcworkspace
|
|
/dists/iphone/build
|
|
/dists/iphone/residualvm.xcodeproj
|
|
/dists/iphone/create_project
|
|
/dists/macosx/build
|
|
/dists/macosx/residualvm.xcodeproj
|
|
/dists/macosx/create_project
|
|
|
|
/dists/msvc*/[Dd]ebug*/
|
|
/dists/msvc*/[Rr]elease*/
|
|
/dists/msvc*/[Aa]nalysis*/
|
|
/dists/msvc*/*.lib
|
|
/dists/msvc*/*.SAV
|
|
/dists/msvc*/*.dat
|
|
/dists/msvc*/*.dll
|
|
/dists/msvc*/test_runner.cpp
|
|
|
|
/dists/engine-data/testbed-audiocd-files/testbed.config
|
|
/dists/engine-data/testbed-audiocd-files/testbed.out
|
|
|
|
|
|
/doc/*.aux
|
|
/doc/*.dvi
|
|
/doc/*.log
|
|
/doc/*.out
|
|
/doc/*.pdf
|
|
/doc/*.ps
|
|
/doc/*.toc
|
|
|
|
/plugins
|
|
|
|
/engines/plugins_table.h
|
|
/engines/engines.mk
|
|
|
|
/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
|
|
*.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/
|
|
LLVM32/
|
|
LLVM64/
|
|
|
|
#Ignore gettext generated files
|
|
/messages.mo
|
|
|
|
#Ignore Qt Creator project files
|
|
ResidualVM.config
|
|
ResidualVM.creator
|
|
ResidualVM.files
|
|
ResidualVM.includes
|
|
|
|
#Ignore Komodo IDE/Edit project files
|
|
*.komodoproject
|
|
|
|
#Ignore Mac DS_Store files
|
|
.DS_Store
|
|
|
|
#Ignore MS Visual C++ temporary files/subdirectories (except create_project.bat)
|
|
dists/msvc*/**
|
|
!dists/msvc*/create_project.bat
|
|
|
|
#Ignore bison debug output
|
|
*.output
|
|
|
|
#Ignore Xcode output/project files
|
|
out/
|
|
/*.xcodeproj
|
|
|
|
#Ignore gmon.out created by gprof
|
|
gmon.out
|
|
|
|
# Emacs files
|
|
*~
|
|
.#*
|
|
\#*\#
|
|
\#*
|
|
TAGS
|
|
|
|
#Ignore Visual Studio Code files
|
|
/.vscode
|
|
|
|
#Ignore testing .dll files
|
|
libogg.dll
|
|
libvorbis.dll
|
|
libvorbisfile.dll
|