Skip to content

Commit 80b7176

Browse files
author
Alexander Konovalov
committed
Added .gitignore file
1 parent 1abdcda commit 80b7176

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
doc/*.aux
2+
doc/*.bbl
3+
doc/*.bib
4+
doc/*.blg
5+
doc/*.brf
6+
doc/*.css
7+
doc/*.html
8+
doc/*.idx
9+
doc/*.ilg
10+
doc/*.ind
11+
doc/*.js
12+
doc/*.lab
13+
doc/*.log
14+
doc/*.out
15+
doc/*.pdf
16+
doc/*.pnr
17+
doc/*.six
18+
doc/*.tex
19+
doc/*.toc
20+
doc/*.txt

0 commit comments

Comments
 (0)