diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-18 18:03:16 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-18 18:03:16 (EDT) |
commit | 30f6b7142d31a3b2b6ff9a5f0557c86db865add7 (patch) | |
tree | 3fb12402ab34bdff855a1d4afde4e75f78e69b38 /.gitignore |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8832d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Work area +tmp/ |