diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-13 02:55:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-13 02:55:55 (EDT) |
commit | b4a6a919cc289390427fb37912f99be2155e1ecb (patch) | |
tree | 27635283c987dd44aa990c17cc44c6912c61c7b9 /.gitignore | |
parent | 0563cd06ae3903c68aac61e0208821cb24ed07a1 (diff) |
.gitignore: New file.
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/ |