diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-13 14:58:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-13 14:58:02 -0700 |
commit | d7748503f691c5b487cfa8cc60b75ab692a409b3 (patch) | |
tree | 1194854ecac68ee416c9f6c4f0ad9d35a900a706 /gitignore | |
download | fatcat-cli-d7748503f691c5b487cfa8cc60b75ab692a409b3.tar.gz fatcat-cli-d7748503f691c5b487cfa8cc60b75ab692a409b3.zip |
init repo by copying from main fatcat repo
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 |