diff --git a/.gitignore b/.gitignore
index 92f8381..d1cc735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,9 @@ ELFIO.sdf
ELFIO.v11.suo
ELFIO.opensdf
+
ELFIOTest/Debug
+ELFIOTest/ELFIOTest.vcxproj.user
examples/ELFDump/Debug
diff --git a/ELFIOTest/ELFIOTest.vcxproj b/ELFIOTest/ELFIOTest.vcxproj
index e84cc2f..d302226 100644
--- a/ELFIOTest/ELFIOTest.vcxproj
+++ b/ELFIOTest/ELFIOTest.vcxproj
@@ -53,7 +53,7 @@
Level3
Disabled
WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- ..;\Developer\boost_1_55_0;%(AdditionalIncludeDirectories)
+ ..;c:\Developer\boost_1_57_0;%(AdditionalIncludeDirectories)
false
@@ -61,7 +61,7 @@
true
- c:\Developer\boost_1_55_0\stage\lib
+ c:\Developer\boost_1_57_0\stage12\lib
false
diff --git a/ELFIOTest/ELFIOTest.vcxproj.user b/ELFIOTest/ELFIOTest.vcxproj.user
deleted file mode 100644
index dd7271d..0000000
--- a/ELFIOTest/ELFIOTest.vcxproj.user
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- -t elf_exe_copy_32
- WindowsLocalDebugger
-
-
\ No newline at end of file