Skip to content

Commit

Permalink
fix ignores for Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jun 18, 2011
1 parent c631daa commit 251a9c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ testout/
cover_db/
*/cover_db/

# Win32
*/*.def
dll.base
dll.exp
*/dll.exp
*/dll.base
Imager.def
dynfilt/*.dll
1 change: 1 addition & 0 deletions W32/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
W32.c

0 comments on commit 251a9c7

Please sign in to comment.