forked from weaselab/conflict-set
Don't check paper/version.txt into version control
But also don't remove it in `make -C paper clean`
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ paper.pdf: paper.tex $(wildcard *.tikz)
|
||||
latexmk -pdf
|
||||
|
||||
clean:
|
||||
xargs -I '{}' bash -c "rm -f {}" < .gitignore
|
||||
grep -v version.txt .gitignore |xargs -I '{}' bash -c "rm -f {}"
|
||||
|
||||
Reference in New Issue
Block a user