diff options
-rw-r--r-- | .gitignore | 21 | ||||
-rw-r--r-- | man/.gitignore | 2 |
2 files changed, 23 insertions, 0 deletions
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 |