mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-14 16:40:46 +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
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -23,6 +23,8 @@ apps/
|
|||
*.cache
|
||||
*.cfg
|
||||
textures
|
||||
texturecache
|
||||
*.index
|
||||
|
||||
*.manifest
|
||||
/*.map
|
||||
|
@ -32,6 +34,9 @@ textures
|
|||
*.VC.db
|
||||
*.VC.opendb
|
||||
*.sym
|
||||
/*.grp
|
||||
/*.rts
|
||||
/*.art
|
||||
/*.con
|
||||
/platform/Windows/*.con
|
||||
*.memmap
|
||||
|
|
Loading…
Reference in a new issue