mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 01:51:37 +00:00
.gitignore files
This commit is contained in:
parent
b37f6f0a69
commit
906444dfca
3 changed files with 12 additions and 5 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
aclocal.m4
|
||||||
|
configure
|
||||||
|
Makefile.in
|
3
include/.gitignore
vendored
Normal file
3
include/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
config.h.in
|
||||||
|
config.h
|
||||||
|
stamp-h.in
|
11
source/.gitignore
vendored
11
source/.gitignore
vendored
|
@ -1,10 +1,11 @@
|
||||||
*.d
|
*.d
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
qf-server
|
Makefile.in
|
||||||
qf-client-x11
|
|
||||||
qf-client-ggi
|
|
||||||
qf-client-svga
|
|
||||||
qf-client-glx
|
|
||||||
client.exe
|
client.exe
|
||||||
|
qf-client-ggi
|
||||||
|
qf-client-glx
|
||||||
|
qf-client-svga
|
||||||
|
qf-client-x11
|
||||||
|
qf-server
|
||||||
server.exe
|
server.exe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue