summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-09 07:55:36 +0100
committerErik Dubois2019-01-09 07:55:36 +0100
commitc1ef63bd193202dad1dab54da538dc9874e0661b (patch)
tree72f07fc153665f1c101e093a3f102872238236bd
parent88803e1561ea283faf5a4f8fe9794263ddfb788a (diff)
downloadaur-c1ef63bd193202dad1dab54da538dc9874e0661b.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 80c851d87664..0a8fcd13e198 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 8 21:21:57 UTC 2019
+# Wed Jan 9 06:55:33 UTC 2019
pkgbase = plank-theme-numix
pkgdesc = Numix theme for plank
pkgver = 0.1
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