summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVirtualTam2015-09-21 20:49:38 +0200
committerVirtualTam2015-09-21 20:49:38 +0200
commit5662ea32ed33a1147e87898a213da50c0fc978e5 (patch)
tree2b9ac7a4a3a12a4892182c87aff29a9e5e9f953a
parent203d066be6485446f003e956e9f359fc39b5c692 (diff)
downloadaur-5662ea32ed33a1147e87898a213da50c0fc978e5.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 f457502e8e25..51fcf6cfc6d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fortune-mod-metalfairytale-fr-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 93fce5f490f0..1dc93c8b4e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: VirtualTam <virtualtam@flibidi.net>
pkgname=fortune-mod-metalfairytale-fr-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')