Infra: gitignore generated `/topic` and wipe via `make clean` (#2683)

This commit is contained in:
Hugo van Kemenade 2022-07-10 23:41:05 +03:00 committed by GitHub
parent 0b788056de
commit bf131f02be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -13,4 +13,5 @@ __pycache__
*.swp
/build
/package
/topic
/venv

View File

@ -21,7 +21,7 @@ rss: venv
$(VENVDIR)/bin/python3 generate_rss.py
clean: clean-venv
-rm -rf build
-rm -rf build topic
clean-venv:
rm -rf $(VENVDIR)