Skip to content

Commit 198bfc1

Browse files
committed
Clean up .gitignore a bit
1 parent f3b4eaa commit 198bfc1

File tree

1 file changed

+21
-39
lines changed

1 file changed

+21
-39
lines changed

.gitignore

Lines changed: 21 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,37 @@
1-
#########################################
2-
# Editor temporary/working/backup files #
3-
.#*
4-
[#]*#
5-
*~
6-
*$
7-
*.bak
8-
.project
9-
.pydevproject
10-
11-
# Compiled source #
12-
###################
13-
*.a
14-
*.com
15-
*.class
16-
*.dll
17-
*.exe
18-
*.o
19-
*.py[ocd]
20-
*.so
21-
22-
# Python files #
23-
################
24-
# setup.py working directory
251
build
26-
# sphinx build directory
27-
doc/_build
28-
# setup.py dist directory
292
dist
30-
# Egg metadata
313
*.egg-info
32-
# tox testing tool
33-
.tox
4+
*.pyc
5+
*.pyd
6+
*.so
7+
8+
doc/build
9+
doc/source/_autosummary
10+
11+
htmlcov
12+
.coverage
13+
.pytest_cache
3414

35-
# OS generated files #
36-
######################
3715
.gdb_history
16+
.DS_Store
3817
.DS_Store?
3918
ehthumbs.db
4019
Icon?
4120
Thumbs.db
4221

43-
# Things specific to this project #
44-
###################################
22+
.#*
23+
[#]*#
24+
*~
25+
*$
26+
*.bak
27+
.project
28+
.pydevproject
29+
.vscode
30+
31+
# Things specific to this project.
4532
examples/*.png
4633
*.pickle
47-
48-
# Documentation generated files #
49-
#################################
5034
doc/examples
5135
doc/_templates/gallery.html
5236
doc/users/installing.rst
5337
doc/_static/matplotlibrc
54-
55-
.DS_Store

0 commit comments

Comments
 (0)