summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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