summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-09 08:00:33 +0100
committerErik Dubois2019-01-09 08:00:33 +0100
commit9ac0d0bc7856f7fbae00b5c225393c19ddca2ce5 (patch)
tree28034f7ee889dc6288add2b4d9e306c4880329e4
parent3461c65006911d695aa7562d8d3f582d89fde3ee (diff)
downloadaur-9ac0d0bc7856f7fbae00b5c225393c19ddca2ce5.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 8507a6dad544..6bc5403a47d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 9 09:38:31 UTC 2018
+# Wed Jan 9 07:00:30 UTC 2019
pkgbase = surfn-icons-git
pkgdesc = Surfn is a colourful icon theme.
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