diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-09-05 08:58:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-09-05 08:59:47 (EDT) |
commit | ad7cf97d81532bffc66b0cbbac165a409866d859 (patch) | |
tree | b103834be6cf8b6e93993aab4a90b9ad3d7beeff /.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/ |