diff options
author | Bryan Newbold <bnewbold@archive.org> | 2017-07-25 19:47:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2017-07-25 19:47:39 -0700 |
commit | 6cb3a82f42c8f1365fa4765f0ceb7d56a3c1547c (patch) | |
tree | 0cd00c432248d1df50345ccb6951bb06ecf4be7b /.gitignore | |
download | lsh-interop-6cb3a82f42c8f1365fa4765f0ceb7d56a3c1547c.tar.gz lsh-interop-6cb3a82f42c8f1365fa4765f0ceb7d56a3c1547c.zip |
init with gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81a4762 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log + +# Don't ignore this file itself +!.gitignore |