diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-16 17:57:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-16 17:57:40 (EDT) |
commit | 9015063c68c3ea91a3fc4645cceaeebe8d7d8b8f (patch) | |
tree | 0c1c625fea53a28579f703523af4023940268fdd /.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..bee708d --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +m4-*.orig.tar.* + +# Work area +tmp/ |