From: Yong Bakos <[email protected]> Signed-off-by: Yong Bakos <[email protected]> --- .gitignore | 8 +++++--- src/.gitignore | 1 + 2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore index 33e809c..e1d48a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,18 @@ +*.3 +*.7 *.announce *.deps *.jpg *.la *.lo +*.log *.o *.pc *.sig *.so +*.sublime-project +*.sublime-workspace *.swp -*.3 -*.7 -*.log *.trs *.tar.xz *~ diff --git a/src/.gitignore b/src/.gitignore index 4421b46..adc8733 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,2 @@ /wayland-version.h +*.dtd.embed -- 2.7.2 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
