mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-22 11:21:39 +00:00
add .gitignore file
This commit is contained in:
parent
4187332bb1
commit
82f37c87fc
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
*.o
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*.patch
|
||||||
|
*.diff
|
||||||
|
|
||||||
|
testsuite
|
||||||
|
qcvm
|
||||||
|
gmqcc
|
||||||
|
|
||||||
|
distro/arch/git/gmqcc-20121228-1-x86_64.pkg.tar.xz
|
||||||
|
distro/arch/git/pkg
|
||||||
|
distro/arch/release/gmqcc-0.2.2-1-x86_64.pkg.tar.xz
|
||||||
|
distro/arch/release/gmqcc-0.2.2.zip
|
||||||
|
distro/arch/release/pkg
|
||||||
|
distro/arch/release/*
|
Loading…
Reference in a new issue