summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2017-08-12 02:23:01 +0200
committerEmil Lundberg2017-08-12 02:23:01 +0200
commitdc01ad299813b64991d1989d1c4919a34ab62551 (patch)
tree57df487fb9e915b719955b2f5ea1f1311ac0d610
parent010ea0041a4b1022aded0afefa7b67aee8b23b69 (diff)
downloadaur-dc01ad299813b64991d1989d1c4919a34ab62551.tar.gz
Add gitignore
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..98215e9a1ab6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.pkg.tar.xz
+*.pkg.tar.xz.sig
+/gws/
+/pkg/
+/src/
diff --git a/PKGBUILD b/PKGBUILD
index cf44ca71b661..d2457edb06aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="gws-git"
_pkgname="gws"
pkgver=0.1.13.r1.g13123d9
-pkgrel=2
+pkgrel=3
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/StreakyCobra/gws"
license=('MIT')