From ca4c8af624e87e5c6a2927092a9c230ae0e60c0e Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Wed, 12 Apr 2006 02:04:52 -0700 Subject: Add .gitignores. --- .gitignore | 21 +++++++++++++++++++++ man/.gitignore | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 .gitignore create mode 100644 man/.gitignore 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 -- cgit v1.2.1