diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-02-18 23:05:32 -0800 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-02-18 23:05:32 -0800 |
commit | f825a32135fa613dd6b6dd8553e366d8125bd7a4 (patch) | |
tree | b17105c01b82de16e8fc955c42329b92c94e51ba | |
parent | 9e013b564cc4479802c51f79ea5054d5f25edacc (diff) |
Add missing entries to .gitignore files.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/.gitignore | 2 | ||||
-rw-r--r-- | tests/.gitignore | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ config.log config.status config.sub configure +configure.lineno depcomp install-sh libtool diff --git a/src/.gitignore b/src/.gitignore index adf4164..f3e1232 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -8,8 +8,10 @@ stamp-h1 *.lo *.loT *.la +*.o xproto.c xproto.h +xcb_des.c xcb_types.c xcb_types.h extensions diff --git a/tests/.gitignore b/tests/.gitignore index bfa26dd..e95d3e0 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1,3 @@ +.deps Makefile.in CheckLog.html |