forked from sherpa/sherpa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
129 lines (109 loc) · 2.05 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
*.py[cod]
# C extensions
*.so
*.so.dSYM
# Build outputs
extern/confdefs.h
*.o
*.lo
*.la
.deps
.libs
config.log
config.status
libtool
extern/**/Makefile
extern/built
extern/fftw-*/api/fftw3.f03
extern/fftw-*/config.h
extern/fftw-*/fftw.pc
extern/fftw-*/fftw3.pc
extern/fftw-*/libbench2/libbench2.a
extern/fftw-*/mpi/fftw3-mpi.f03
extern/fftw-*/mpi/fftw3l-mpi.f03
extern/fftw-*/stamp-h1
extern/fftw-*/tests/bench
extern/fftw-*/tools/fftw-wisdom
extern/fftw-*/tools/fftw-wisdom-to-conf
extern/fftw-*/tools/fftw_wisdom.1
extern/fftw-*/FFTW3Config.cmake
extern/fftw-*/FFTW3ConfigVersion.cmake
extern/fftw-*/tools/fftw-wisdom.1
sherpa/optmethods/src/_minimmodule.c
sherpa/optmethods/src/minpack/_minpack-f2pywrappers.f
sherpa/optmethods/src/minpack/_minpackmodule.c
# VI
*.swp
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
.pytest_cache
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.coverage.*
.tox
nosetests.xml
.cache
coverage.xml
.pytest_cache
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.spyderproject
/.settings
.idea
# Sonar
sonar-project.properties
# Autotools
**/autom4te.cache
**/aclocal.m4
# Python MANIFEST
MANIFEST
# VIM temporary files
*~
# Ipython notebooks
.ipynb_checkpoints
# Region library
# These files should have not made it into the region
# source distribution since they are generated at each build.
# Alternatively, one might change the region library makefiles
# to keep the files generated during the source distribution
# creation. However, that is more complicated, so we are just
# going to gitignore these files.
extern/region-*/src/reglexer.c
extern/region-*/src/regparser.c
extern/region-*/src/regparser.h
extern/region-*/src/regparser.tab.h
extern/region-*/src/regparser.tab.c
extern/region-*/src/reglexer.c.tmp
# Sphinx documentation
docs/_build
docs/**/api
docs/*.ipynb
#generated from python setup.py test
.pytest_cache
# IDE config
.vscode
*.code-workspace
# MacOS previews
.DS_Store
# emacs related files
flycheck*py