-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
68 lines (68 loc) · 1.29 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
*.*
!__init__.py
src/*
!src/*.[ch]
!docs/*.rst
!docs/.readthedocs.yaml
data/*
mica2
!postprocess.py
!plotfig.py
!docs/_static/*.jpg
!param
!param/param
!param/OPTIONS*
!Makefile_deprecated
CMakeFiles/*
!CMakeLists.txt
!plotdecomp.py
tests/*
!tests/twogauss
tests/twogauss/*
!tests/twotophat
tests/twotophat/*
!tests/twogauss/param_twogauss
!tests/twogauss/test_twogauss.sh
!tests/twogauss/resp_input.txt
!tests/twogauss/sim_data.txt
!tests/twotophat/param_twotophat
!tests/twotophat/test_twotophat.sh
!tests/twotophat/sim_data.txt
!tests/twotophat/resp_input.txt
Makefile
!setup.py
!tests/python
tests/python/*
!tests/python/example.py
!tests/python/sim_data.txt
!tests/pmap
tests/pmap/*
!tests/pmap/example.py
!tests/pmap/mcg08_g.txt
!tests/pmap/mcg08_r.txt
!tests/vmap
tests/vmap/*
!tests/vmap/example.py
!tests/vmap/mcg08_g.txt
!tests/vmap/mcg08_r.txt
!tests/negative_resp
tests/negative_resp/*
!tests/negative_resp/example.py
!tests/negative_resp/sim_data.txt
!tests/negative_resp/resp_input.txt
!tests/gamma
tests/gamma/*
!tests/gamma/example.py
!tests/gamma/sim_data.txt
!tests/gamma/resp_input.txt
!tests/exp
tests/exp/*
!tests/exp/example.py
!tests/exp/sim_data.txt
!tests/exp/resp_input.txt
cdnest/*
!cdnest/*.[ch]
!python/pymica/__init__.py
!python/pymica/pymica.pxd
!python/pymica/pymica.pyx
!.readthedocs.yaml