libtool-patches
[Top][All Lists]
Advanced

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

Make git ignore *.obj from MSVC


From: Peter Rosin
Subject: Make git ignore *.obj from MSVC
Date: Mon, 18 Aug 2008 14:13:41 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Hi!

Here's another patch for the pr-msvc-support branch. Ok to push?

Cheers,
Peter

2008-08-18  Peter Rosin  <address@hidden>

        * .gitignore: Ignore MSVC object files.
diff --git a/.gitignore b/.gitignore
index cacff4e..37f3bc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
 *.lo
 *.log
 *.o
+*.obj
 *.pg
 *.toc
 *.tp

reply via email to

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