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

But also don't remove it in `make -C paper clean`
This commit is contained in:
2024-06-25 19:21:14 -07:00
parent 2c0adf4a8b
commit add0af11ad
2 changed files with 2 additions and 1 deletions

1
paper/.gitignore vendored
View File

@@ -10,3 +10,4 @@
*.pdf
*.run.xml
*.synctex.gz
version.txt

View File

@@ -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 {}"