aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--tools/cosmo_calc/.gitignore2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 70bb2a2..2af12cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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