diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-20 12:13:32 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-20 12:13:32 +0800 |
commit | 9cec16d87f6dc2e0b34b605d88d0837a4a48d18c (patch) | |
tree | b8318b5279552ae35f13c37fb1e58703ccab110e /.gitignore | |
parent | cba36462e9e70f45341e432074c726dda5e31092 (diff) | |
download | chandra-acis-analysis-9cec16d87f6dc2e0b34b605d88d0837a4a48d18c.tar.bz2 |
Merge 'mass_profile/.gitignore' to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ *.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__ |