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 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c5320 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.sqlite +*.sqlite3 +*,cover +htmlcov/ +golang/fatcatd + +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +*.log + +!.gitlab-ci.yml +!.travis.yml + +# Don't ignore this file itself +!.gitignore |