libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * .gitignore: Ignore *.obj files for MSVC (and w32 in general).


From: Peter Rosin
Subject: [PATCH] * .gitignore: Ignore *.obj files for MSVC (and w32 in general).
Date: Sun, 12 Sep 2010 18:46:36 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Hi!

I have pushed this as obvious.

Cheers,
Peter

>From 52e86c62786b95f91f32e7020f7eaf3c1be9a59b Mon Sep 17 00:00:00 2001
From: Peter Rosin <address@hidden>
Date: Sun, 12 Sep 2010 18:43:11 +0200
Subject: [PATCH] * .gitignore: Ignore *.obj files for MSVC (and w32 in general).

---
 .gitignore |    1 +
 ChangeLog  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index e8e1bc2..bc71270 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 *.lo
 *.log
 *.o
+*.obj
 *.pg
 *.toc
 *.tp
diff --git a/ChangeLog b/ChangeLog
index 0d5e54d..c7d0336 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-09-12  Peter Rosin  <address@hidden>
 
+       * .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.
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]