fix ignores for Win32
authorTony Cook <tony@develop-help.com>
Wed, 15 Jun 2011 13:20:10 +0000 (23:20 +1000)
committerTony Cook <tony@develop-help.com>
Sat, 18 Jun 2011 13:22:42 +0000 (23:22 +1000)
.gitignore
W32/.gitignore [new file with mode: 0644]

index ead9e9370a0bb399f19bf666f2e5f57dad0fe725..f34af868aadd589eb88f9c91b7f0a9f7cd872e66 100644 (file)
@@ -41,3 +41,11 @@ testout/
 cover_db/
 */cover_db/
 
+# Win32
+*/*.def
+dll.base
+dll.exp
+*/dll.exp
+*/dll.base
+Imager.def
+dynfilt/*.dll
diff --git a/W32/.gitignore b/W32/.gitignore
new file mode 100644 (file)
index 0000000..c4008f2
--- /dev/null
@@ -0,0 +1 @@
+W32.c