diff --git a/.gitignore b/.gitignore
index 8865d021..4717323b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
# suppress compiler/linker output
*.[oa]
+*.obj
+[Dd]ebug/
# suppress output of build process
gcc_[12].txt
@@ -13,3 +15,15 @@ test
test.exe
tv_gen
tv_gen.exe
+timing
+timing.exe
+
+# Visual Studio special files
+# ignore user specific settings
+*.user
+*.suo
+# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
+*.ncb
+# ignore VS intermediate and program database files
+*.idb
+*.pdb
diff --git a/libtomcrypt_VS2008.vcproj b/libtomcrypt_VS2008.vcproj
index 93f5d7d2..b51b634a 100644
--- a/libtomcrypt_VS2008.vcproj
+++ b/libtomcrypt_VS2008.vcproj
@@ -216,6 +216,10 @@
/>
+
+
@@ -681,6 +685,10 @@
/>
+
+
@@ -6938,6 +6946,14 @@
+
+
+
+