From bbc418855ac63db137123cb1c96630bcac3381f8 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 27 May 2016 22:35:25 +0800 Subject: Update gitignore --- .gitignore | 3 +++ tools/cosmo_calc/.gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.2