summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-09 07:52:14 +0100
committerErik Dubois2019-01-09 07:52:14 +0100
commitf289032e86a787a8119e651f8863a76e4dc09929 (patch)
tree4d6b3183478877d6e0f3810cae5dace5cae4de53
parente25da38547d7c59551d94ee43dc33c9eda189035 (diff)
downloadaur-f289032e86a787a8119e651f8863a76e4dc09929.tar.gz
start ignoring git.sh
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rwxr-xr-xgit.sh16
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 671eaa8547fe..7ebbca39b7a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Nov 26 09:35:47 UTC 2018
+# Wed Jan 9 06:52:09 UTC 2019
pkgbase = numix-circle-arc-icons-git
pkgdesc = Install Numix and Numix Circle. Numix icons combined with the Arc folders
pkgver = 9.6
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..04eebdd9da58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+git.sh \ No newline at end of file
diff --git a/git.sh b/git.sh
deleted file mode 100755
index 275cdf15587c..000000000000
--- a/git.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-############################################################################
-# Author : Erik Dubois
-# Website : http://www.erikdubois.be
-############################################################################
-
-
-mksrcinfo
-git add --all .
-
-# Committing to the local repository with a message containing the time details
-curtime=$(date)
-git commit -m "commit from @ $curtime"
-
-# Push the local snapshot to a remote destination
-git push -u origin master \ No newline at end of file