diff options
-rw-r--r-- | .gitconfig | 1 | ||||
-rw-r--r-- | .gitignore | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,7 @@ [core] abbrev = 12 whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol + excludesfile = /home/tobiask/.gitignore [alias] co = checkout diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..52e9c76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# vim temporary files +*~ +# vim swap files +*.swp +*.swo |