From a2282def5b2e5d73e8e99c95fc3ca86b21a92ef3 Mon Sep 17 00:00:00 2001 From: terminx Date: Thu, 18 Apr 2019 17:25:42 +0000 Subject: [PATCH] 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 --- .gitignore | 103 ++++++++++++++++++++++++++++------------------------- 1 file changed, 54 insertions(+), 49 deletions(-) diff --git a/.gitignore b/.gitignore index 08097e2f4..594c411c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,50 +1,55 @@ - -obj/ - -eduke32 -mapster32 -voidsw -voidsw-editor -kenbuild -kenbuild-editor -apps/ -*.exe -/*.dll -*.dylib -*.so -*.elf -*.dol -*.x86 -*.x64 -*.ppc -*.app - -*.log -*.cache -*.cfg -textures - -*.manifest -/*.map -/platform/Windows/*.map -*.pdb -.vs/ -*.VC.db -*.VC.opendb -*.sym -/*.con -/platform/Windows/*.con -*.memmap -*.sdf -*.suo -*.opensdf -*.vcxproj.user -*.psess -*.vsp -perl.exe.stackdump - -xcuserdata/ -project.xcworkspace/ -*.dSYM/ - + +obj/ + +eduke32 +mapster32 +voidsw +voidsw-editor +kenbuild +kenbuild-editor +apps/ +*.exe +/*.dll +*.dylib +*.so +*.elf +*.dol +*.x86 +*.x64 +*.ppc +*.app + +*.log +*.cache +*.cfg +textures +texturecache +*.index + +*.manifest +/*.map +/platform/Windows/*.map +*.pdb +.vs/ +*.VC.db +*.VC.opendb +*.sym +/*.grp +/*.rts +/*.art +/*.con +/platform/Windows/*.con +*.memmap +*.sdf +*.suo +*.opensdf +*.vcxproj.user +*.psess +*.vsp +perl.exe.stackdump + +xcuserdata/ +project.xcworkspace/ +*.dSYM/ + .DS_Store