From f4bb9b22de3957e4e5d3814437b0bb14cea460c2 Mon Sep 17 00:00:00 2001
From: Christophe CURIS <[email protected]>
Date: Sun, 15 Jul 2012 18:32:35 +0200
Subject: [PATCH 2/2] Small cleanup in Git's ignore file

---
 .gitignore |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index f71c806..333fa3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,8 @@ src/wconfig.h
 # These files are compilation stuff
 *.lo
 *.o
+*.la
+*.a
 
 # These are compilation results
 src/wmaker
@@ -50,7 +52,6 @@ util/wxcopy
 util/wxpaste
 
 wrlib/get-wraster-flags
-wrlib/libwraster.la
 wrlib/tests/testdraw
 wrlib/tests/testgrad
 wrlib/tests/testrot
@@ -61,8 +62,6 @@ WINGs/Examples/connect
 WINGs/Examples/fontl
 WINGs/Examples/puzzle
 WINGs/Examples/server
-WINGs/Extras/libExtraWINGs.a
-WINGs/Extras/libExtraWINGs.la
 WINGs/Extras/test
 WINGs/Tests/testmywidget
 WINGs/Tests/wmfile
@@ -70,10 +69,6 @@ WINGs/Tests/wmquery
 WINGs/Tests/wtest
 WINGs/get-wings-flags
 WINGs/get-wutil-flags
-WINGs/libWINGs.a
-WINGs/libWINGs.la
-WINGs/libWUtil.a
-WINGs/libWUtil.la
 
 WPrefs.app/WPrefs
 
@@ -81,13 +76,11 @@ WPrefs.app/WPrefs
 wrlib/wrlib.pc
 WINGs/WINGs.pc
 
-contrib/WindowMaker.spec
 WindowMaker/Defaults/WMRootMenu
 WindowMaker/Defaults/WMState
 WindowMaker/Defaults/WMWindowAttributes
 WindowMaker/Defaults/WindowMaker
 WindowMaker/IconSets/Default.iconset
-wmlib/libWMaker.la
 
 # Some text editors generate backup files
-config.h.in~
+*~
-- 
1.7.10.4

Reply via email to