summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo2016-07-19 07:38:23 +0200
committerTimo2016-07-19 07:38:23 +0200
commit36ecce6d46f3e694fabc70857809332f0afc0414 (patch)
treeeec81d4e16a921a715c449493f5f148e555e9dd8
parentd78dbc38ef278424740c94920481442c10f3f5a2 (diff)
downloadaur-36ecce6d46f3e694fabc70857809332f0afc0414.tar.gz
Remove upload script from git
-rw-r--r--.gitignore5
-rwxr-xr-xupload_changes.sh7
2 files changed, 5 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..75a55dcd287f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+khard-*-any.pkg.tar.xz
+pkg/
+src/
+v*.tar.gz
+upload_changes.sh
diff --git a/upload_changes.sh b/upload_changes.sh
deleted file mode 100755
index ae188c9ab577..000000000000
--- a/upload_changes.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-mksrcinfo
-updpkgsums
-git add *
-git commit -am "$@"
-git push