Skip to content

Commit 592a537

Browse files
toddrjenjreback
authored andcommitted
adapt matplotlib .gitignore file
1 parent 5fbd854 commit 592a537

File tree

1 file changed

+76
-29
lines changed

1 file changed

+76
-29
lines changed

.gitignore

+76-29
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,90 @@
1+
#########################################
2+
# Editor temporary/working/backup files #
3+
.#*
4+
*\#*\#
5+
[#]*#
16
*~
2-
*.pyc
3-
*.pyo
7+
*$
8+
*.bak
9+
*flymake*
10+
*.kdev4
11+
*.log
412
*.swp
5-
.ropeproject
13+
*.pdb
14+
.project
15+
.pydevproject
16+
.settings
17+
.idea
18+
.vagrant
19+
.noseids
20+
21+
# Compiled source #
22+
###################
23+
*.a
24+
*.com
25+
*.class
26+
*.dll
27+
*.exe
28+
*.o
29+
*.py[ocd]
30+
*.so
31+
.build_cache_dir
32+
MANIFEST
33+
34+
# Python files #
35+
################
36+
# setup.py working directory
637
build
38+
# sphinx build directory
39+
doc/_build
40+
# setup.py dist directory
741
dist
8-
MANIFEST
9-
*.c
42+
# Egg metadata
43+
*.egg-info
44+
# tox testing tool
45+
.tox
46+
# rope
47+
.ropeproject
48+
# wheel files
49+
*.whl
50+
**/wheelhouse/*
51+
# coverage
52+
.coverage
53+
54+
# OS generated files #
55+
######################
56+
.directory
57+
.gdb_history
58+
.DS_Store?
59+
ehthumbs.db
60+
Icon?
61+
Thumbs.db
62+
63+
# Data files #
64+
##############
65+
*.dta
66+
*.h5
67+
pandas/io/*.dat
68+
pandas/io/*.json
69+
scikits
70+
71+
# Generated Sources #
72+
#####################
73+
!skts.c
1074
!np_datetime.c
1175
!np_datetime_strings.c
12-
!skts.c
76+
*.c
1377
*.cpp
14-
*.so
15-
*.pyd
16-
*.h5
17-
*.dta
78+
79+
# Things specific to this project #
80+
###################################
1881
pandas/version.py
82+
83+
# Documentation generated files #
84+
#################################
1985
doc/source/generated
2086
doc/source/_static
2187
doc/source/vbench
2288
doc/source/vbench.rst
2389
doc/source/index.rst
2490
doc/build/html/index.html
25-
*flymake*
26-
scikits
27-
.coverage
28-
pandas.egg-info
29-
*\#*\#
30-
.tox
31-
pandas/io/*.dat
32-
pandas/io/*.json
33-
*.log
34-
.noseids
35-
.build_cache_dir
36-
.vagrant
37-
*.whl
38-
**/wheelhouse/*
39-
.project
40-
.pydevproject
41-
.settings
42-
.idea
43-
*.pdb

0 commit comments

Comments
 (0)