diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-17 21:50:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-18 00:18:06 (EDT) |
commit | 8ab1665575137e607ead3fa34982b6279373c39c (patch) | |
tree | 18cc5376d40217de15127e4a7e530a292dab8124 /.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..bb18d64 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Sources +src/ + +# Work area +tmp/ |