diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-07-13 11:55:27 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-07-13 11:55:27 -0700 |
commit | 8bd2a4731f48714c1ad1af2b7e80ac450d504c35 (patch) | |
tree | 31df77ccd55063e3ffb23c10e450d8a921937f22 /python | |
parent | 04053711a7e975ca4339411af21e7b0ce8d15c10 (diff) | |
download | sandcrawler-8bd2a4731f48714c1ad1af2b7e80ac450d504c35.tar.gz sandcrawler-8bd2a4731f48714c1ad1af2b7e80ac450d504c35.zip |
gitignore: samples/
Diffstat (limited to 'python')
-rw-r--r-- | python/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index ba76eda..0d6b987 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -2,6 +2,7 @@ *.tar.gz *.gz htmlcov/ +samples/ !.flake8 !.gitlab-ci.yml |