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