Add .gitignore.

This commit is contained in:
Viech 2021-05-24 12:28:44 +02:00
parent 8650bd7877
commit ddd16379be
3 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = unvanquished
pkgdesc = A team-based, fast-paced, fps/rts hybrid game which pits aliens against humans.
pkgver = 0.52.0
pkgrel = 1
pkgrel = 2
url = https://www.unvanquished.net
install = unvanquished.install
arch = x86_64

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/pkg/
/src/
/*.tar.gz
/*.tar.bz2
/*.pkg.tar.xz

View file

@ -4,7 +4,7 @@
pkgname=unvanquished
pkgver=0.52.0
pkgrel=1
pkgrel=2
pkgdesc='A team-based, fast-paced, fps/rts hybrid game which pits aliens against humans.'
arch=('x86_64')
url='https://www.unvanquished.net'