diff --git a/.gitignore b/.gitignore
index 7b8b3ca85e1087f1ec25a8350ce1a1036cf411a2..e7202f1113edd4602dbbb3b4f8cc8d64a5533a7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ build
 Debug
 ELFIO.sdf
 ELFIO.v11.suo
+ELFIO.opensdf
 
 ELFIOTest/Debug
 
diff --git a/ELFIOTest/ELFIOTest.cpp b/ELFIOTest/ELFIOTest.cpp
index 43de280894601d54071c827d2088bf5eca7eb939..e1ef1434255a3b3d21e0f1675e00c99add241b3c 100644
--- a/ELFIOTest/ELFIOTest.cpp
+++ b/ELFIOTest/ELFIOTest.cpp
@@ -1,7 +1,7 @@
-#ifdef _MSC_VER
-#define _SCL_SECURE_NO_WARNINGS
-#define ELFIO_NO_INTTYPES
-#endif
+#ifdef _MSC_VER
+#define _SCL_SECURE_NO_WARNINGS
+#define ELFIO_NO_INTTYPES
+#endif
 
 #define BOOST_TEST_MODULE ELFIO_Test
 #include <boost/test/unit_test.hpp>
diff --git a/ELFIOTest/ELFIOTest1.cpp b/ELFIOTest/ELFIOTest1.cpp
index 909b2b916881f13d70185bc8de785b0b6810bafd..48d6a18ea5fa75b00edeb20f04071e33a8fa64e0 100644
--- a/ELFIOTest/ELFIOTest1.cpp
+++ b/ELFIOTest/ELFIOTest1.cpp
@@ -1,7 +1,7 @@
-#ifdef _MSC_VER
-#define _SCL_SECURE_NO_WARNINGS
-#define ELFIO_NO_INTTYPES
-#endif
+#ifdef _MSC_VER
+#define _SCL_SECURE_NO_WARNINGS
+#define ELFIO_NO_INTTYPES
+#endif
 
 #include <boost/test/unit_test.hpp>
 #include <boost/test/output_test_stream.hpp>