Skip to content

Commit 741d37f

Browse files
committed
0.1.6 Ignore PDF files and remove compiled thesis PDF
Added '*.pdf' to .gitignore to prevent tracking of compiled PDF documents. Deleted the previously committed 'jlu-bachelor-thesis.pdf' from the repository.
1 parent 2e80ffa commit 741d37f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
*.cb2
1313
.*.lb
1414

15+
## PDF files (compiled documents)
16+
*.pdf
17+
1518
## Intermediate documents:
1619
*.dvi
1720
*.xdv

0 commit comments

Comments
 (0)