|
From: | Chris Allegretta |
Subject: | Re: [Nano-devel] [PATCH] Add .gitignore files |
Date: | Mon, 17 Mar 2008 02:04:22 -0400 |
Signed-off-by: Mike Frysinger <address@hidden>
---
.gitignore | 26 ++++++++++++++++++++++++++
doc/.gitignore | 1 +
doc/man/.gitignore | 3 +++
doc/texinfo/.gitignore | 3 +++
po/.gitignore | 11 +++++++++++
5 files changed, 44 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
create mode 100644 doc/.gitignore
create mode 100644 doc/man/.gitignore
create mode 100644 doc/texinfo/.gitignore
create mode 100644 po/.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..21b165d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+*.o
+.deps
+.libs
+Makefile
+Makefile.in
+
+/ABOUT-NLS
+/INSTALL
+/aclocal.m4
+/autom4te.cache
+/config.guess
+/config.log
+/config.h
+/config.h.in
+/config.rpath
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/missing
+/mkinstalldirs
+/stamp-h1
+
+/nano.spec
+/src/nano
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..a2acc8d
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1 @@
+/nanorc.sample
diff --git a/doc/man/.gitignore b/doc/man/.gitignore
new file mode 100644
index 0000000..97e8d5b
--- /dev/null
+++ b/doc/man/.gitignore
@@ -0,0 +1,3 @@
+nano.1.html
+nanorc.5.html
+rnano.1.html
diff --git a/doc/texinfo/.gitignore b/doc/texinfo/.gitignore
new file mode 100644
index 0000000..9fa0ed4
--- /dev/null
+++ b/doc/texinfo/.gitignore
@@ -0,0 +1,3 @@
+texinfo.tex
+nano.html
+nano.info
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..4936124
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,11 @@
+/*.gmo
+
+/Makefile.in.in
+/Rules-quot
+/boldquot.sed
+/address@hidden
+/address@hidden
+/insert-header.sin
+/POTFILES
+/quot.sed
+/remove-potcdate.sin
--
1.5.4.3
_______________________________________________
Nano-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/nano-devel
[Prev in Thread] | Current Thread | [Next in Thread] |