From 5b1c0108c9c969d97093a711dfbeb0911a4c0e46 Mon Sep 17 00:00:00 2001
From: Steffen Jaeckel <jaeckel@stzedn.de>
Date: Mon, 24 Jan 2011 10:41:30 +0100
Subject: [PATCH] updated gitignore and VS2008 project file

---
 .gitignore                | 14 ++++++++++++++
 libtomcrypt_VS2008.vcproj | 16 ++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8865d02..4717323 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 93f5d7d..b51b634 100644
--- a/libtomcrypt_VS2008.vcproj
+++ b/libtomcrypt_VS2008.vcproj
@@ -216,6 +216,10 @@
 					/>
 				</FileConfiguration>
 			</File>
+			<File
+				RelativePath=".\src\ciphers\camellia.c"
+				>
+			</File>
 			<File
 				RelativePath="src\ciphers\cast5.c"
 				>
@@ -681,6 +685,10 @@
 						/>
 					</FileConfiguration>
 				</File>
+				<File
+					RelativePath=".\src\encauth\ccm\ccm_memory_ex.c"
+					>
+				</File>
 				<File
 					RelativePath="src\encauth\ccm\ccm_test.c"
 					>
@@ -6938,6 +6946,14 @@
 					</FileConfiguration>
 				</File>
 			</Filter>
+			<Filter
+				Name="dh"
+				>
+				<File
+					RelativePath=".\src\pk\dh\dh.c"
+					>
+				</File>
+			</Filter>
 		</Filter>
 		<Filter
 			Name="prngs"