diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-21 10:45:57 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-21 10:45:57 (EDT) |
commit | 5acff93fd268098136027674c784b6f85dd8a45a (patch) | |
tree | cb5aaf380e8a5ae8c63dcb3e24635eacc48edc9e /.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/ |