diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-02-18 22:56:03 -0800 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-02-18 22:56:03 -0800 |
commit | d16efb51915d9661788c96140635514cf6314d46 (patch) | |
tree | 26113ed328169d82237709b08cebeb31e0d8302a /src/.gitignore | |
parent | 1d977c7b2d519e22f319075563e7faf4bbd31d58 (diff) |
Move .cvsignore to .gitignore.
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..adf4164 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,17 @@ +.deps +.libs +Makefile +Makefile.in +config.h +config.h.in +stamp-h1 +*.lo +*.loT +*.la +xproto.c +xproto.h +xcb_types.c +xcb_types.h +extensions +X11 +check_all |