aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: d984368f10b800a6a452813a8a469c68abfe804f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*~
*.swp

# C/C++
*.o
*.so

# Built executables
calc_lx_beta
calc_lx_dbeta
fit_beta_sbp
fit_dbeta_sbp
fit_nfw_mass
fit_wang2012_model

# Python
*.py[cod]
**/__pycache__