mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-16 08:21:35 -04:00
update .gitignore
Makes 'git status' clean again after a successful 'make distcheck'. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
52a531b4df
commit
9cfffffe07
2 changed files with 22 additions and 17 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
|
@ -8,8 +8,12 @@
|
||||||
*.swp
|
*.swp
|
||||||
*.3
|
*.3
|
||||||
*.7
|
*.7
|
||||||
|
*.log
|
||||||
|
*.trs
|
||||||
|
*.tar.xz
|
||||||
*~
|
*~
|
||||||
.libs
|
.libs
|
||||||
|
.dirstamp
|
||||||
cscope.out
|
cscope.out
|
||||||
ctags
|
ctags
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
|
|
@ -33,3 +37,21 @@ ctags
|
||||||
/test-driver
|
/test-driver
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
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
|
||||||
|
os-wrappers-test
|
||||||
|
queue-test
|
||||||
|
resources-test
|
||||||
|
sanity-test
|
||||||
|
signal-test
|
||||||
|
socket-test
|
||||||
|
wayland-scanner
|
||||||
|
protocol/*.[ch]
|
||||||
|
|
|
||||||
17
tests/.gitignore
vendored
17
tests/.gitignore
vendored
|
|
@ -1,17 +0,0 @@
|
||||||
*.log
|
|
||||||
*.trs
|
|
||||||
|
|
||||||
array-test
|
|
||||||
client-test
|
|
||||||
connection-test
|
|
||||||
display-test
|
|
||||||
event-loop-test
|
|
||||||
exec-fd-leak-checker
|
|
||||||
fixed-benchmark
|
|
||||||
fixed-test
|
|
||||||
list-test
|
|
||||||
map-test
|
|
||||||
os-wrappers-test
|
|
||||||
queue-test
|
|
||||||
sanity-test
|
|
||||||
socket-test
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue