summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.Changelog1
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rwxr-xr-xgit.sh16
4 files changed, 2 insertions, 18 deletions
diff --git a/.Changelog b/.Changelog
deleted file mode 100755
index 22f3e0b06faf..000000000000
--- a/.Changelog
+++ /dev/null
@@ -1 +0,0 @@
-f84c8517f5b490f9480c8f970d6f286b8141c894
diff --git a/.SRCINFO b/.SRCINFO
index 2e5ddd4583f0..36ab6bd22877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 9 09:43:02 UTC 2018
+# Wed Jan 9 06:56:05 UTC 2019
pkgbase = sardi-icons
pkgdesc = Sardi is an icon collection for any linux distro with 6 different circular icons and 10 different kind of folders.
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