mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Clean up .gitignore files
Sort the contents and update .gitignore files to hide generated files from git status output. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com>
This commit is contained in:
parent
b97b28c339
commit
7637ff0839
5 changed files with 44 additions and 12 deletions
34
.gitignore
vendored
34
.gitignore
vendored
|
|
@ -1,12 +1,28 @@
|
||||||
*.deps
|
*.deps
|
||||||
*.o
|
|
||||||
*.so
|
|
||||||
*.pc
|
|
||||||
*.jpg
|
*.jpg
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.pc
|
||||||
|
*.so
|
||||||
|
*.swp
|
||||||
*~
|
*~
|
||||||
aclocal.m4
|
.libs
|
||||||
autom4te.cache/
|
/aclocal.m4
|
||||||
config.log
|
/autom4te.cache
|
||||||
config.status
|
/config.guess
|
||||||
configure
|
/config.h
|
||||||
config.mk
|
/config.h.in
|
||||||
|
/config.log
|
||||||
|
/config.mk
|
||||||
|
/config.status
|
||||||
|
/config.sub
|
||||||
|
/configure
|
||||||
|
/depcomp
|
||||||
|
/install-sh
|
||||||
|
/libtool
|
||||||
|
/ltmain.sh
|
||||||
|
/missing
|
||||||
|
/stamp-h1
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
|
|
||||||
10
clients/.gitignore
vendored
10
clients/.gitignore
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
gears
|
dnd
|
||||||
flower
|
flower
|
||||||
screenshot
|
gears
|
||||||
terminal
|
|
||||||
image
|
image
|
||||||
|
screenshooter-client-protocol.h
|
||||||
|
screenshooter-protocol.c
|
||||||
|
screenshot
|
||||||
|
smoke
|
||||||
|
terminal
|
||||||
view
|
view
|
||||||
|
|
|
||||||
3
compositor/.gitignore
vendored
Normal file
3
compositor/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
compositor
|
||||||
|
screenshooter-protocol.c
|
||||||
|
screenshooter-server-protocol.h
|
||||||
5
m4/.gitignore
vendored
5
m4/.gitignore
vendored
|
|
@ -0,0 +1,5 @@
|
||||||
|
libtool.m4
|
||||||
|
ltoptions.m4
|
||||||
|
ltsugar.m4
|
||||||
|
ltversion.m4
|
||||||
|
lt~obsolete.m4
|
||||||
4
wayland/.gitignore
vendored
Normal file
4
wayland/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
scanner
|
||||||
|
wayland-client-protocol.h
|
||||||
|
wayland-protocol.c
|
||||||
|
wayland-server-protocol.h
|
||||||
Loading…
Add table
Add a link
Reference in a new issue