Skip to content

Commit bf131f0

Browse files
authored
Infra: gitignore generated /topic and wipe via make clean (#2683)
1 parent 0b78805 commit bf131f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ __pycache__
1313
*.swp
1414
/build
1515
/package
16+
/topic
1617
/venv

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rss: venv
2121
$(VENVDIR)/bin/python3 generate_rss.py
2222

2323
clean: clean-venv
24-
-rm -rf build
24+
-rm -rf build topic
2525

2626
clean-venv:
2727
rm -rf $(VENVDIR)

0 commit comments

Comments
 (0)