diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-02 11:17:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-02 11:17:47 (EDT) |
commit | 89328a62efcb1daa0612450f5ed15c78a3ef35f0 (patch) | |
tree | 9b6c98a22eb7fc280d58a66980ec4c39b7774dd2 /.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/ |