mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
* Added some more ignores to .gitignore
This commit is contained in:
parent
520789f9d3
commit
300c1899d2
2 changed files with 8 additions and 0 deletions
4
game/.gitignore
vendored
4
game/.gitignore
vendored
|
@ -1,3 +1,7 @@
|
|||
*.d
|
||||
.vimrc
|
||||
.libs
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
game.so
|
||||
|
|
4
src/.gitignore
vendored
4
src/.gitignore
vendored
|
@ -6,3 +6,7 @@ debugi386-glibc
|
|||
releasei386
|
||||
releasei386-glibc
|
||||
.libs
|
||||
.deps
|
||||
Makefile.in
|
||||
Makefile
|
||||
quake2
|
||||
|
|
Loading…
Reference in a new issue