summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-01-09 08:23:33 +0100
committerErik Dubois2019-01-09 08:23:33 +0100
commit42e4e6dfc111fdf884d266cdb826ce88e3cea4e2 (patch)
treebd37dded9e3e82e6ef8a1da9b788085a1af742af
parent032bd07c75974e6ba212cfd20d1afebfe7cc9601 (diff)
downloadaur-42e4e6dfc111fdf884d266cdb826ce88e3cea4e2.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 dbf813f8c8ae..4fc2a327dfec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 9 10:14:12 UTC 2018
+# Wed Jan 9 07:23:31 UTC 2019
pkgbase = sardi-orb-colora-mixing-icons-git
pkgdesc = Based on Sardi Orb Colora you can use the modularity to combine elements and create a new 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