summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-09 08:22:23 +0100
committerErik Dubois2019-01-09 08:22:23 +0100
commitb6d0b86a66574efd833f7b5ff69e6200e3d97ea5 (patch)
treef1e65c85429d581719ec14b0516591ea5252ffb8
parent013c22526c3f1e18fcf5f0743debe8763a70c267 (diff)
downloadaur-b6d0b86a66574efd833f7b5ff69e6200e3d97ea5.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 9e856de5e94d..2fab141350bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 9 10:13:54 UTC 2018
+# Wed Jan 9 07:22:20 UTC 2019
pkgbase = sardi-mono-colora-variations-icons-git
pkgdesc = The Sardi icon set contains 80+ scripts to change from colour. Change it yourself with these scripts.
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