diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-16 22:43:14 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-16 22:43:14 (EDT) |
commit | d21c81aada41390ca2a1594ba8e812714a5a5723 (patch) | |
tree | 9f9032f3d7a0ef67ce43adbf497ba89a9e349473 /.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..38a0a5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Generated files +*.pkg/ + +# Work area +tmp/ |