mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
Since commit 4c163b9b00, wayland-scanner
is built in top builddir instead of src, and protocol files are
generated in protocol subdir instead of src.
Protocol files generated in the new path are already properly ignored
in the toplevel gitignore file.
Signed-off-by: Olivier Blin <olivier.blin@softathome.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
58 lines
617 B
Text
58 lines
617 B
Text
*.deps
|
|
*.jpg
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
*.pc
|
|
*.so
|
|
*.swp
|
|
*.3
|
|
*.7
|
|
*.log
|
|
*.trs
|
|
*.tar.xz
|
|
*~
|
|
.libs
|
|
.dirstamp
|
|
cscope.out
|
|
ctags
|
|
/aclocal.m4
|
|
/wayland-scanner.m4
|
|
/autom4te.cache
|
|
/compile
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.mk
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/missing
|
|
/stamp-h1
|
|
/test-driver
|
|
Makefile
|
|
Makefile.in
|
|
array-test
|
|
client-test
|
|
connection-test
|
|
display-test
|
|
event-loop-test
|
|
exec-fd-leak-checker
|
|
fixed-benchmark
|
|
fixed-test
|
|
list-test
|
|
map-test
|
|
message-test
|
|
os-wrappers-test
|
|
queue-test
|
|
resources-test
|
|
sanity-test
|
|
signal-test
|
|
socket-test
|
|
/wayland-scanner
|
|
protocol/*.[ch]
|