Skip to content

Commit cec607e

Browse files
gitignore: ignore latex generated files
1 parent 2ee65f1 commit cec607e

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

.gitignore

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1+
_build
2+
_generate
3+
.cache
4+
.ccls
5+
.coverage
6+
.DS_Store
17
*.aux
28
*.ccls-cache
39
*.egg-info
10+
*.fdb_latexmk
11+
*.fls
412
*.gv
513
*.log
614
*.pdf
715
*.py[cod]
816
*.so
917
*.whl
10-
.DS_Store
11-
.cache
12-
.ccls
13-
.coverage
14-
compile_commands.json
15-
MANIFEST
16-
_build
17-
_generate
1818
build
19+
compile_commands.json
1920
coverage.xml
21+
docs/pictures/to-table.synctex.gz
2022
gh-pages/
2123
htmlcov
24+
MANIFEST
2225
src/libsemigroups_pybind11/_version.py

0 commit comments

Comments
 (0)