Don't check paper/version.txt into version control
Some checks reported errors
weaselab/conflict-set/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
weaselab/conflict-set/pipeline/head Something is wrong with the build of this commit
But also don't remove it in `make -C paper clean`
This commit is contained in:
1
paper/.gitignore
vendored
1
paper/.gitignore
vendored
@@ -10,3 +10,4 @@
|
||||
*.pdf
|
||||
*.run.xml
|
||||
*.synctex.gz
|
||||
version.txt
|
||||
|
@@ -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