mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 20:21:20 +00:00
Add *.grp, *.rts, *.art, and the current names for the texture cache files to .gitignore
git-svn-id: https://svn.eduke32.com/eduke32@7607 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e25a197f3e
commit
a2282def5b
1 changed files with 54 additions and 49 deletions
103
.gitignore
vendored
103
.gitignore
vendored
|
@ -1,50 +1,55 @@
|
||||||
|
|
||||||
obj/
|
obj/
|
||||||
|
|
||||||
eduke32
|
eduke32
|
||||||
mapster32
|
mapster32
|
||||||
voidsw
|
voidsw
|
||||||
voidsw-editor
|
voidsw-editor
|
||||||
kenbuild
|
kenbuild
|
||||||
kenbuild-editor
|
kenbuild-editor
|
||||||
apps/
|
apps/
|
||||||
*.exe
|
*.exe
|
||||||
/*.dll
|
/*.dll
|
||||||
*.dylib
|
*.dylib
|
||||||
*.so
|
*.so
|
||||||
*.elf
|
*.elf
|
||||||
*.dol
|
*.dol
|
||||||
*.x86
|
*.x86
|
||||||
*.x64
|
*.x64
|
||||||
*.ppc
|
*.ppc
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
*.cache
|
*.cache
|
||||||
*.cfg
|
*.cfg
|
||||||
textures
|
textures
|
||||||
|
texturecache
|
||||||
*.manifest
|
*.index
|
||||||
/*.map
|
|
||||||
/platform/Windows/*.map
|
*.manifest
|
||||||
*.pdb
|
/*.map
|
||||||
.vs/
|
/platform/Windows/*.map
|
||||||
*.VC.db
|
*.pdb
|
||||||
*.VC.opendb
|
.vs/
|
||||||
*.sym
|
*.VC.db
|
||||||
/*.con
|
*.VC.opendb
|
||||||
/platform/Windows/*.con
|
*.sym
|
||||||
*.memmap
|
/*.grp
|
||||||
*.sdf
|
/*.rts
|
||||||
*.suo
|
/*.art
|
||||||
*.opensdf
|
/*.con
|
||||||
*.vcxproj.user
|
/platform/Windows/*.con
|
||||||
*.psess
|
*.memmap
|
||||||
*.vsp
|
*.sdf
|
||||||
perl.exe.stackdump
|
*.suo
|
||||||
|
*.opensdf
|
||||||
xcuserdata/
|
*.vcxproj.user
|
||||||
project.xcworkspace/
|
*.psess
|
||||||
*.dSYM/
|
*.vsp
|
||||||
|
perl.exe.stackdump
|
||||||
|
|
||||||
|
xcuserdata/
|
||||||
|
project.xcworkspace/
|
||||||
|
*.dSYM/
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue