mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-05 12:18:01 +02:00
Add missing entries to .gitignore files.
This commit is contained in:
parent
9e013b564c
commit
f825a32135
3 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,6 +8,7 @@ config.log
|
|||
config.status
|
||||
config.sub
|
||||
configure
|
||||
configure.lineno
|
||||
depcomp
|
||||
install-sh
|
||||
libtool
|
||||
|
|
|
|||
2
src/.gitignore
vendored
2
src/.gitignore
vendored
|
|
@ -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
tests/.gitignore
vendored
1
tests/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
.deps
|
||||
Makefile.in
|
||||
CheckLog.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue