From aa665b287d273f379ed5b7ba1777fd4d391b9d92 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 10 Apr 2014 21:42:22 +0200 Subject: [PATCH] Adding files to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ffb3c394..32aa20f54 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,10 @@ build/* data/* install/* +!install/math_kernel.cl docs/doxygen/Doxyfile docs/html docs/latex src/tests/data/output.dat -thirdparty/ \ No newline at end of file +thirdparty/ +.project \ No newline at end of file