summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVirtualTam2015-09-21 20:51:01 +0200
committerVirtualTam2015-09-21 20:51:01 +0200
commit0ef5752a7f07af060793e5a062ace3ae6992cec7 (patch)
tree82ec205de2a73a9e5a80c4cd33937d30edfbb8ae
parent7ae9bdaa5506e333f8d0c3499a8ed09e3b9a6e78 (diff)
downloadaur-0ef5752a7f07af060793e5a062ace3ae6992cec7.tar.gz
Add .gitignore
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1c452b3d33..854f22c955b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fortune-mod-metalfairytale-git
pkgdesc = A fairy tale whose hero belongs to one of the many Metal (sub-)genres, served in the marvelous form of fortune cookies!
pkgver = 1e53c54
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/virtualtam/fortune-metal-fairy-tale
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d4428670d830
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+fortune-metal-fairy-tale
+pkg
+src
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 715cf789e7e7..ae1da8c65e46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: VirtualTam <virtualtam@flibidi.net>
pkgname=fortune-mod-metalfairytale-git
pkgver=1e53c54
-pkgrel=2
+pkgrel=3
pkgdesc="A fairy tale whose hero belongs to one of the many Metal (sub-)genres, served in the marvelous form of fortune cookies!"
url="https://github.com/virtualtam/fortune-metal-fairy-tale"
arch=('i686' 'x86_64')