From 000117cad386e332b609593f406de3943a80084c Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 5 Mar 2012 20:46:41 +0000 Subject: [PATCH] Updated .gitignore --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bc051f343..6f57cc9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,12 +5,12 @@ *.pyc *.obj *.exe.manifest -build +build/ include/cantera/base/config.h -stage +stage/ .sconsign.dblite .sconf_temp -cantera.conf +cantera.conf* config.log *.lib *.exp @@ -19,6 +19,8 @@ config.log *.ilk *.suo *.dll +*.a +*.def *.msi *.mex* .cproject @@ -27,5 +29,5 @@ config.log .settings *.gcda *.gcno -coverage +coverage/ coverage.info