diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-01-23 22:58:45 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-01-23 22:58:45 (EST) |
commit | 4a08d2a404d73dc10a16c8cdabc2b50ec6a45122 (patch) | |
tree | a60aada77a853c331dfe5d644c7576343bb49f41 /.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/ |