diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2013-08-03 15:55:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 20:40:15 (EDT) |
commit | 9557f7ba4141bbf2c7696ed707e5bf7e8caeb884 (patch) | |
tree | b549850b443ec75cc0e99b334dab03105fe40a77 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ce8beb --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +bison-*.orig.tar.* + +# Work area +tmp/ + +# Build logs +*.log |