diff --git a/.gitignore b/.gitignore
index 7e45073ed70843fde1ea1914457fdc44ccbff222..7f2b6feb4f30aa8d9281b22cf2aab62b154f937e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ docs/source/test_results.rst
 docs/source/test_rsts
 reportservice/*.log
 slurm_tmp*
-src/cal_tools/agipdalgs.c
+src/cal_tools/*.c
+src/cal_tools/*/*.c
 webservice/*.log
 webservice/*sqlite
diff --git a/setup.py b/setup.py
index d9e929fe0d3e70cde9b2d32f6337338dbb8b1309..17b497cf0d47f7077cc28d5da44286f73ee48d40 100644
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,6 @@ ext_modules = [
         "cal_tools.gotthard2.gotthard2algs",
         ["src/cal_tools/gotthard2/gotthard2algs.pyx"],
         include_dirs=[numpy.get_include()],
-        extra_compile_args=["-fopenmp", "-march=native"],
-        extra_link_args=["-fopenmp"],
     ),
 ]