summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-26 19:39:35 +0200
committerMarcell Meszaros2022-06-26 21:06:06 +0200
commitfd402ddbd10e56a854fa21cea6f5b2e98fa3b1d6 (patch)
tree9c04c0020b8a6bbc83e71356501d7c32c1c62087
parent0900b1cc9af20d767ba1cbed01491657e92e2472 (diff)
downloadaur-fd402ddbd10e56a854fa21cea6f5b2e98fa3b1d6.tar.gz
refactor: add .gitignore
-rw-r--r--.gitignore17
-rw-r--r--PKGBUILD4
2 files changed, 20 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cac58935c52e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+*.tar
+*.tar.*
+*.rpm
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+*/
+*.orig
+*.bak
+*.backup
diff --git a/PKGBUILD b/PKGBUILD
index 52f863b8fad8..b288d85006b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
-# Maintainer: Joe Bashe <joe@bashe.joe>
+# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: Joe Bashe <joe@bashe.joe>
# Contributor: Kim Scarborough <kim@scarborough.kim>
+
pkgname=deluge1
pkgver=1.3.15
pkgrel=9