forked from LSSTDESC/CCL
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
69 lines (59 loc) · 1.1 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
# If CLASS was installed via our script, don't include it.
class
# Ignore RTD documentation special files
readthedocs/_build
readthedocs/*~
readthedocs/source/*~
# Ignore compile and link build files.
*.o
*.a
*.lo
*.la
*.so
*.dSYM
.libs
.deps
.dirstamp
class/build
class/
autom4te.cache/
# Ignores compiled examples
examples/CMakeFiles
examples/Makefile
examples/cmake_install.cmake
examples/ccl_sample_baryons
examples/ccl_sample_neutrinos
examples/ccl_sample_photoz
examples/ccl_sample_pkemu
examples/ccl_sample_power
examples/ccl_sample_run
examples/ccl_sample_angpow
examples/*.pdf
# Ignore Python pyc, autogenerated swig files, and build dirs
*.pyc
build/*
dist/*
tests/.ipynb_checkpoints/*
examples/.ipynb_checkpoints/*
examples/*.pdf
*log
*dat
*bak
*dylib
pyccl/ccllib.py
pyccl/ccl_params.ini
pyccl.egg*
.eggs*
tests/benchmark/codes/.ipynb_checkpoints/*
# Ignore VCS files
.idea/*
# Ignore emacs backup files
*~
# Ignore rope project
.ropeproject
# Ignore the automatically generated coverage file
.coverage
# Ignore DS_Store file
.DS_Store
# notebook checkpoints
benchmarks/data/codes/.ipynb_checkpoints/*