Add missing entries to .gitignore files.
This commit is contained in:
parent
9e013b564c
commit
f825a32135
|
@ -8,6 +8,7 @@ config.log
|
||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
|
configure.lineno
|
||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
|
|
|
@ -8,8 +8,10 @@ stamp-h1
|
||||||
*.lo
|
*.lo
|
||||||
*.loT
|
*.loT
|
||||||
*.la
|
*.la
|
||||||
|
*.o
|
||||||
xproto.c
|
xproto.c
|
||||||
xproto.h
|
xproto.h
|
||||||
|
xcb_des.c
|
||||||
xcb_types.c
|
xcb_types.c
|
||||||
xcb_types.h
|
xcb_types.h
|
||||||
extensions
|
extensions
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
.deps
|
||||||
Makefile.in
|
Makefile.in
|
||||||
CheckLog.html
|
CheckLog.html
|
||||||
|
|
Loading…
Reference in New Issue