diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-13 12:33:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-13 12:34:25 (EDT) |
commit | 8e260953b92b235eb608a15840e9cbb1ca3acbbc (patch) | |
tree | aa12e935c69f235e5147e67fc61c44c6921a822e /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..213a9bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +*-*.orig.tar.* + +# Work area +tmp/ |