summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-09 07:53:40 +0100
committerErik Dubois2019-01-09 07:53:40 +0100
commitc2e7c081ded7255bb1aee98058ebe019f5e40fa1 (patch)
treee108b44628b019f308f37c9fb115c965ff620f07
parentfce21b0f4511d816eb9da5aec3dfd71ddb26c18a (diff)
downloadaur-c2e7c081ded7255bb1aee98058ebe019f5e40fa1.tar.gz
start igoring 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 82e42c2f9eec..261d2973afd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 8 21:20:41 UTC 2019
+# Wed Jan 9 06:53:26 UTC 2019
pkgbase = numix-circle-icon-theme-git
pkgdesc = Circle icon theme from the Numix project
pkgver = 0.r33.085899f
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