.gitignore man/.gitignore

Aaron Plattner aplattner at kemper.freedesktop.org
Wed Apr 12 12:05:26 EEST 2006


 .gitignore     |   21 +++++++++++++++++++++
 man/.gitignore |    2 ++
 2 files changed, 23 insertions(+)

New commits:
diff-tree ca4c8af624e87e5c6a2927092a9c230ae0e60c0e (from fb3faeb6073cef5a6a1b094f3d3bf020ceba9db6)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Wed Apr 12 02:04:52 2006 -0700

    Add .gitignores.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ac25da3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.la
+*.lo
+aclocal.m4
+autom4te.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+stamp-h1
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 0000000..7af9f9e
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,2 @@
+nv.4
+nv.4x



More information about the xorg-commit mailing list