From bb0c1f303535bed85876e69f2149877d8fee8228 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sun, 15 Jul 2012 18:32:35 +0200 Subject: [PATCH] Small cleanup in Git's ignore file --- .gitignore | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f71c806f..333fa3e0 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~ +*~ -- 2.11.4.GIT