1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-24 19:25:47 +01:00

Added some comments and spaces in Git's ignore file

It helps to understand why a file is present in this file, which
in turn can help to understand where a file comes from and it makes
updates to the file easier
This commit is contained in:
Christophe CURIS
2012-07-15 18:21:08 +02:00
committed by Carlos R. Mafra
parent fccde3b7e6
commit 9e86868373

27
.gitignore vendored
View File

@@ -1,5 +1,4 @@
*.lo # These files are generated by the AutoTools
*.o
*Makefile *Makefile
*Makefile.in *Makefile.in
.deps/ .deps/
@@ -11,7 +10,6 @@ config-paths.h
config.guess config.guess
config.h config.h
config.h.in config.h.in
config.h.in~
config.log config.log
config.status config.status
config.sub config.sub
@@ -23,11 +21,18 @@ ltmain.sh
missing missing
mkinstalldirs mkinstalldirs
stamp-h1 stamp-h1
contrib/WindowMaker.spec
m4/ m4/
src/wconfig.h src/wconfig.h
# These files are compilation stuff
*.lo
*.o
# These are compilation results
src/wmaker src/wmaker
test/wtest test/wtest
util/convertfonts util/convertfonts
util/geticonset util/geticonset
util/getstyle util/getstyle
@@ -43,13 +48,14 @@ util/wmsetbg
util/wmsetup util/wmsetup
util/wxcopy util/wxcopy
util/wxpaste util/wxpaste
wrlib/get-wraster-flags wrlib/get-wraster-flags
wrlib/libwraster.la wrlib/libwraster.la
wrlib/tests/testdraw wrlib/tests/testdraw
wrlib/tests/testgrad wrlib/tests/testgrad
wrlib/tests/testrot wrlib/tests/testrot
wrlib/tests/view wrlib/tests/view
wrlib/wrlib.pc
WINGs/Examples/colorpick WINGs/Examples/colorpick
WINGs/Examples/connect WINGs/Examples/connect
WINGs/Examples/fontl WINGs/Examples/fontl
@@ -62,17 +68,26 @@ WINGs/Tests/testmywidget
WINGs/Tests/wmfile WINGs/Tests/wmfile
WINGs/Tests/wmquery WINGs/Tests/wmquery
WINGs/Tests/wtest WINGs/Tests/wtest
WINGs/WINGs.pc
WINGs/get-wings-flags WINGs/get-wings-flags
WINGs/get-wutil-flags WINGs/get-wutil-flags
WINGs/libWINGs.a WINGs/libWINGs.a
WINGs/libWINGs.la WINGs/libWINGs.la
WINGs/libWUtil.a WINGs/libWUtil.a
WINGs/libWUtil.la WINGs/libWUtil.la
WPrefs.app/WPrefs WPrefs.app/WPrefs
# These files are generated from make rules
wrlib/wrlib.pc
WINGs/WINGs.pc
contrib/WindowMaker.spec
WindowMaker/Defaults/WMRootMenu WindowMaker/Defaults/WMRootMenu
WindowMaker/Defaults/WMState WindowMaker/Defaults/WMState
WindowMaker/Defaults/WMWindowAttributes WindowMaker/Defaults/WMWindowAttributes
WindowMaker/Defaults/WindowMaker WindowMaker/Defaults/WindowMaker
WindowMaker/IconSets/Default.iconset WindowMaker/IconSets/Default.iconset
wmlib/libWMaker.la wmlib/libWMaker.la
# Some text editors generate backup files
config.h.in~