diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-05 16:21:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-05 16:21:55 (EDT) |
commit | 1fec9b094779d0d300297cc0aec04aa888f92df7 (patch) | |
tree | 4acf64bfb3815ee4a9fd03b5e4570461e56d139a /.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/ |