summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2014-10-03 19:18:17 +0100
committerParabola git <git@parabola.nu>2014-10-03 19:18:17 +0100
commitabc7a12e4a669af84f536d95800ec546a1ecf985 (patch)
tree05f3e709e463fa32ae6335b927495856431d9cc9
parent94005c08dbba9000f5d8e448faf4ed0694fa1e85 (diff)
Manual update
-rw-r--r--.gitconfig3
-rw-r--r--.gitignore21
2 files changed, 24 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..7e5bdc6
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,3 @@
+[user]
+ name = Parabola git
+ email = git@parabola.nu
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8984486
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# Things in /srv/git directly to ignore
+/.??*
+!.gitignore
+!.gitconfig
+/git-shell-commands
+
+# General files to ignore
+*~
+*.sample
+
+# Things in git repos to ignore
+FETCH_HEAD
+HEAD
+branches
+#config
+#description
+#hooks
+#info
+objects
+packed-refs
+refs