Skip to content

Commit 420043a

Browse files
Update gitignore for to-table
1 parent d06d53c commit 420043a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
_build
2-
_generate
3-
.cache
4-
.ccls
5-
.coverage
6-
.DS_Store
1+
*.aux
72
*.ccls-cache
83
*.egg-info
94
*.gv
5+
*.log
106
*.pdf
117
*.py[cod]
128
*.so
139
*.whl
10+
.DS_Store
11+
.cache
12+
.ccls
13+
.coverage
14+
MANIFEST
15+
_build
16+
_generate
1417
build
1518
coverage.xml
1619
gh-pages/
1720
htmlcov
18-
MANIFEST
1921
src/libsemigroups_pybind11/_version.py

0 commit comments

Comments
 (0)