Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Feb 28, 2018
1 parent 5486a69 commit 6edb44c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tex/*.bbl
tex/*.blg
tex/*.brf
tex/*.swp
tex/*.nlo

#
# MacOS
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
# delete all the stupid garbage that LaTeX generates. Run this before and
# after to ensure that each build is completely fresh.
delete_tex_garbage:
cd tex && rm -f *.aux *.nav *.log *.out *.snm *.toc *.bbl *.blg *.brf *.swp
cd tex && rm -f *.aux *.nav *.log *.out *.snm *.toc *.bbl *.blg *.brf *.swp *.nlo

# make the presentation
presentation: build delete_tex_garbage
Expand Down
8 changes: 0 additions & 8 deletions tex/review.nlo

This file was deleted.

0 comments on commit 6edb44c

Please sign in to comment.