summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-13 15:39:13 +0200
committerMarcell Meszaros2022-06-13 15:39:13 +0200
commita5fd3850e1cc3a558e51178e37aabb48fc4405bd (patch)
treeec7b6616502c91db94ab830079b9fddf8dd00a80
parentc46e3be075f82853d28ce7559c03e255ecc0254d (diff)
downloadaur-a5fd3850e1cc3a558e51178e37aabb48fc4405bd.tar.gz
add .gitignore
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD3
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 774d242086ad..ea8c6681a4f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,4 +14,3 @@ pkgbase = python2-nose
pkgname = python2-nose
depends = python2
depends = python2-setuptools
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7334925ab911
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
+!*.patch
diff --git a/PKGBUILD b/PKGBUILD
index a2a532eab4cd..fdc858683d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Konstantin Gizdov <arch@kge.pw>
+# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: Konstantin Gizdov <arch@kge.pw>
# Contributor: Dan McGee <dan@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>