diff options
author | Casey Dahlin <cdahlin@redhat.com> | 2011-04-29 02:37:47 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-29 09:42:08 -0400 |
commit | 761af3ab0a86dbb2a77446270774faf5f91e3752 (patch) | |
tree | 545a758f8afe4cad895d527ecc6403b18f2058e1 | |
parent | a0da7468f87bbff74686a8b1608fb6e0de91a861 (diff) |
Add some things related to wayland-scanner to .gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | wayland/.gitignore | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ *~ .libs /aclocal.m4 +/wayland-scanner.m4 /autom4te.cache /config.guess /config.h diff --git a/wayland/.gitignore b/wayland/.gitignore index 0d28ba5..1813f89 100644 --- a/wayland/.gitignore +++ b/wayland/.gitignore @@ -1,4 +1,4 @@ -scanner +wayland-scanner wayland-client-protocol.h wayland-protocol.c wayland-server-protocol.h |