diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-27 22:35:25 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-27 22:35:25 +0800 |
commit | bbc418855ac63db137123cb1c96630bcac3381f8 (patch) | |
tree | 28c081fd5734ac7ecad888175363b207ce9ab3b2 | |
parent | d0caf3a1b1b4e636e369273ad27f41fd9253e224 (diff) | |
download | chandra-acis-analysis-bbc418855ac63db137123cb1c96630bcac3381f8.tar.bz2 |
Update gitignore
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | tools/cosmo_calc/.gitignore | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ *~ *.swp +# C/C++ +*.o + diff --git a/tools/cosmo_calc/.gitignore b/tools/cosmo_calc/.gitignore index ff9ddf9..009f466 100644 --- a/tools/cosmo_calc/.gitignore +++ b/tools/cosmo_calc/.gitignore @@ -1,2 +1,2 @@ -*.o +# ignore the executable cosmo_calc |