From: Peter Rosin Date: Sun, 12 Sep 2010 16:43:11 +0000 (+0200) Subject: * .gitignore: Ignore *.obj files for MSVC (and w32 in general). X-Git-Tag: v2.4~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e86c62786b95f91f32e7020f7eaf3c1be9a59b;p=thirdparty%2Flibtool.git * .gitignore: Ignore *.obj files for MSVC (and w32 in general). --- diff --git a/.gitignore b/.gitignore index e8e1bc24e..bc7127082 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.lo *.log *.o +*.obj *.pg *.toc *.tp diff --git a/ChangeLog b/ChangeLog index 0d5e54d16..c7d033694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-09-12 Peter Rosin + * .gitignore: Ignore *.obj files for MSVC (and w32 in general). + Adjust to moved auxiliary files and add compile. * HACKING (Maintenance Notes): Adjust to moved files. Add the compile script.