diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-11-24 18:53:03 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-11-24 18:53:03 +0000 |
commit | d4a5eab30b986ac01c11a6538e818301f029ea5e (patch) | |
tree | 324697851a511e35ce987ca6af9ed5c89f88be74 /gmodule/.cvsignore | |
parent | bad5376d451785cce680fdafee5102cad7c298c3 (diff) |
*/.cvsignore: Add various Win32 related file types.
2001-11-24 Tor Lillqvist <tml@iki.fi>
*/.cvsignore: Add various Win32 related file types.
gmodule:
2001-11-24 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Remove rule for testgmodule.exp, too.
2001-11-22 Tor Lillqvist <tml@iki.fi>
* gmodule-win32.c: Current w32api headers do include tlhelp32.h,
so no need to have an extract from it here.
Diffstat (limited to 'gmodule/.cvsignore')
-rw-r--r-- | gmodule/.cvsignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gmodule/.cvsignore b/gmodule/.cvsignore index fd6051b81..7aa825475 100644 --- a/gmodule/.cvsignore +++ b/gmodule/.cvsignore @@ -2,10 +2,14 @@ *.obj *.lib *.dll +*.exp +*.ilk +*.pdb Makefile Makefile.in makefile.msc makefile.mingw +*-build.stamp .deps _libs .libs |