Skip to content

Commit 7636992

Browse files
authored
Merge pull request #2 from aobolensk/gitignore
2 parents 1963f23 + 54f5c94 commit 7636992

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.gitignore

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# LaTeX intermediate files
2+
*.aux
3+
*.bbl
4+
*.blg
5+
*.brf
6+
*.idx
7+
*.ilg
8+
*.ind
9+
*.lof
10+
*.log
11+
*.lot
12+
*.nav
13+
*.out
14+
*.snm
15+
*.acn
16+
*.acr
17+
*.alg
18+
*.glg
19+
*.glo
20+
*.gls
21+
*.ist
22+
*.fls
23+
*.fdb_latexmk
24+
*.synctex.gz
25+
*.run.xml
26+
*.bcf
27+
*.vrb
28+
29+
# Editors and IDEs
30+
# VSCode
31+
.vscode/
32+
*.code-workspace
33+
# LaTeX editor files (TeXShop, TeXworks, etc.)
34+
*.pdfsync
35+
*.synctex
36+
*.synctex(busy)
37+
38+
# PDF files (usually generated as output)
39+
*.pdf
40+
41+
# Backup files
42+
*~
43+
*.bak
44+
*.backup
45+
*.tmp
46+
*.swp
47+
*.swo

0 commit comments

Comments
 (0)