summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")