quick gitignore update to disallow _ files from other mods
if you still want them, 'git add' them.
This commit is contained in:
parent
46d5e974bc
commit
f7658cb243
|
@ -2,6 +2,9 @@
|
|||
|
||||
*.dso
|
||||
|
||||
#UNUSED STUFF
|
||||
_
|
||||
|
||||
#GAME BINARIES
|
||||
|
||||
/*.dll
|
||||
|
|
Loading…
Reference in New Issue