From abc7a12e4a669af84f536d95800ec546a1ecf985 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 3 Oct 2014 19:18:17 +0100 Subject: Manual update --- .gitconfig | 3 +++ .gitignore | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitconfig create mode 100644 .gitignore 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 -- cgit v1.2.3-54-g00ecf