summaryrefslogtreecommitdiff
path: root/gettext-tools/projects
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-12-11 15:44:56 +0100
committerBruno Haible <bruno@clisp.org>2016-12-11 15:44:56 +0100
commit4d9a9d58c2e80d197dd337eaa7890d514b77a074 (patch)
treeea6bcaadc8f762897855386c8200a6a8155bc1cc /gettext-tools/projects
parent379362a16d4892f71a1b858971eff22ccf4dd188 (diff)
downloadgettext-4d9a9d58c2e80d197dd337eaa7890d514b77a074.tar.gz
Update and organize the .gitignore files.
Diffstat (limited to 'gettext-tools/projects')
-rw-r--r--gettext-tools/projects/.gitignore38
1 files changed, 38 insertions, 0 deletions
diff --git a/gettext-tools/projects/.gitignore b/gettext-tools/projects/.gitignore
index 0b3f7ef53..282b689a7 100644
--- a/gettext-tools/projects/.gitignore
+++ b/gettext-tools/projects/.gitignore
@@ -1,3 +1,41 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
# Files generated by the autotools:
/Makefile.in
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+