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>
dev
Nikolai Kondrashov 14 years ago committed by Kristian Høgsberg
parent b97b28c339
commit 7637ff0839
  1. 32
      .gitignore
  2. 8
      clients/.gitignore
  3. 3
      compositor/.gitignore
  4. 5
      m4/.gitignore
  5. 4
      wayland/.gitignore

32
.gitignore vendored

@ -1,12 +1,28 @@
*.deps
*.jpg
*.la
*.lo
*.o
*.so
*.pc
*.jpg
*.so
*.swp
*~
aclocal.m4
autom4te.cache/
config.log
config.status
configure
config.mk
.libs
/aclocal.m4
/autom4te.cache
/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
Makefile
Makefile.in

@ -1,6 +1,10 @@
gears
dnd
flower
gears
image
screenshooter-client-protocol.h
screenshooter-protocol.c
screenshot
smoke
terminal
image
view

@ -0,0 +1,3 @@
compositor
screenshooter-protocol.c
screenshooter-server-protocol.h

5
m4/.gitignore vendored

@ -0,0 +1,5 @@
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4

@ -0,0 +1,4 @@
scanner
wayland-client-protocol.h
wayland-protocol.c
wayland-server-protocol.h
Loading…
Cancel
Save