mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
c4cb940a0a
- Add build output folders and generated binaries to the ignore file - Remove old project files
59 lines
678 B
Plaintext
59 lines
678 B
Plaintext
|
|
*~
|
|
.*.swp
|
|
.*.swo
|
|
*.o
|
|
lib*.a
|
|
.deps
|
|
|
|
/dists/codeblocks/*.cbp
|
|
/dists/codeblocks/*.depend
|
|
/dists/codeblocks/*.layout
|
|
/dists/codeblocks/scummvm*
|
|
|
|
/dists/msvc*/[Dd]ebug*/
|
|
/dists/msvc*/[Rr]elease*/
|
|
/dists/msvc*/*.lib
|
|
/dists/msvc*/*.SAV
|
|
/dists/msvc*/*.dat
|
|
/dists/msvc*/*.dll
|
|
|
|
/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
|
|
[Dd]ebug/
|
|
[Rr]elease/
|