Skip to content

Commit 819ba84

Browse files
amadiobernhardmgruber
authored andcommitted
Update gitignore to ignore C++Course.*, but not C++Course.tex
1 parent a391da0 commit 819ba84

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.gitignore

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
# latex related, Course
2-
talk/*aux
3-
talk/*/*aux
4-
C++Course.log
5-
C++Course.nav
6-
C++Course.out
7-
C++Course.snm
8-
C++Course.toc
9-
C++Course.vrb
10-
C++Course.xdv
11-
C++Course.pdf
12-
C++Course*.vrb
13-
C++Course.fdb_latexmk
14-
C++Course.fls
2+
C++Course.*
3+
!C++Course.tex
154
_minted*
165

176
# latex related, exercise intro

0 commit comments

Comments
 (0)