diff options
-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 |