]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* .gitignore: Ignore *.obj files for MSVC (and w32 in general).
authorPeter Rosin <peda@lysator.liu.se>
Sun, 12 Sep 2010 16:43:11 +0000 (18:43 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Sun, 12 Sep 2010 16:43:11 +0000 (18:43 +0200)
.gitignore
ChangeLog

index e8e1bc24e56b69b02d05a4bffe95668bb06934c4..bc7127082ed358e98e24adc1b1833bb58deffdd5 100644 (file)
@@ -10,6 +10,7 @@
 *.lo
 *.log
 *.o
+*.obj
 *.pg
 *.toc
 *.tp
index 0d5e54d163d9f6564be564c81015edf7ba38b487..c7d03369414a8551fbf8fd0e7d142d422d5eb1b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-09-12  Peter Rosin  <peda@lysator.liu.se>
 
+       * .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.