Browse Source

Fix ignores and `make clean`

master
Maximilian Blochberger 4 years ago
parent
commit
15251428a8
No known key found for this signature in database GPG Key ID: A2A8F3CC6591A5FA
  1. 2
      .gitignore
  2. 2
      Makefile

2
.gitignore

@ -7,7 +7,9 @@ dblp/*.gz
dblp/*.md5 dblp/*.md5
fixtures/*.json fixtures/*.json
graphs/*.dot graphs/*.dot
graphs/*.pdf
graphs/*.svg graphs/*.svg
graphs/*.tex
# Python # Python
__pycache__ __pycache__

2
Makefile

@ -11,7 +11,9 @@ all: graphs/citations.svg graphs/sok.svg
clean: clean:
rm -f graphs/*.dot rm -f graphs/*.dot
rm -f graphs/*.pdf
rm -f graphs/*.svg rm -f graphs/*.svg
rm -f graphs/*.tex
.dot.pdf: .dot.pdf:
$(DOT) -Tpdf -o$*.pdf $< $(DOT) -Tpdf -o$*.pdf $<

Loading…
Cancel
Save