-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitignore
64 lines (64 loc) · 911 Bytes
/
.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
.dirstamp
.DS_Store
.idea
.hypothesis/
.ipynb_checkpoints/
.vscode
*.dSYM
*.egg-info
*.swp
*.trs
*~
__pycache__/
/.cache/
/.config/
/_build/
/_inst/
/AUTHORS
/doxygen/*.log
/doxygen/Makefile
/doxygen/Makefile.in
/doxygen/autogen.dox
/doxygen/doxygen.cfg
/doxygen/doxygen_header.html
/doxygen/doxygen_objdb_*.tmp
/doxygen/doxygen_sqlite3.db
/doxygen/filter
/doxygen/in/
/doxygen/make_autogen_dox
/doxygen/out/
/doxygen/test_doxygen.*
/lalsuite-*/
/lalsuiterc
/Makefile
/Makefile.in
/wheel/*.whl
/wheel/build/
/wheel/destdir/
/wheel/Makefile
/wheel/Makefile.in
/wheel/setup.py
/wheelhouse/
aclocal.m4
auto/
autom4te.cache/
config.cache
config.log
config.status
configure
cscope.*
gmon.out
junit*.xml
lalsuite-*.tar.xz
lalsuite-user-env.csh
lalsuite-user-env.fish
lalsuite-user-env.sh
lalsuite-user-env.shell
meta.yaml
meta.yaml.in
output.json
tags
TAGS
.pytest_cache
test_python_imports.py
test_python_scripts.py