diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-03 22:06:04 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-03 22:06:04 (EDT) |
commit | 4654d662a146fdff981b370a5705453f6edd0dc8 (patch) | |
tree | 1a8855bc20d5668ae64e10ea0e743a3bdb27b54a /.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..ea8b573 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +file-*.orig.tar.* + +# Work area +tmp/ |