summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-18 23:42:57 +0200
committerMarcell Meszaros2022-06-18 23:44:08 +0200
commit9d17f580cbbd7d3748ac782b39ef10801bb8ad4e (patch)
tree7c97632aa84dfe760aa5ccb283f8c102f73fd16e
parentd0f618308f7c1e1d2749bf0e5283f8a4b322de11 (diff)
downloadaur-9d17f580cbbd7d3748ac782b39ef10801bb8ad4e.tar.gz
refactor: change .gitignore to whitelist
-rw-r--r--.gitignore17
-rw-r--r--PKGBUILD3
2 files changed, 11 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 1e6c93286c06..e498c77e1047 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,9 @@
-# Downloaded and generated files
-*.log
-*.tar
-*.tar.xz
-*.tar.gz
-
-# All sub-folders
-*/
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
+!*.diff
+!*.hook
+!*.install
+!*.patch
+!*.txt
diff --git a/PKGBUILD b/PKGBUILD
index ddeb04ccd8f9..403f3126dbec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
+# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgbase="python-keras-git"
pkgname=("python-keras-git" "python2-keras-git")