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:
terminx 2019-04-18 17:25:42 +00:00 committed by Christoph Oelckers
parent e25a197f3e
commit a2282def5b

103
.gitignore vendored
View file

@ -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