Thread (56 messages) flat view 56 messages, 5 authors, 2016-06-15
STALE3730d

Revision rfc of 3 in this series.

Revisions (3)
  1. rfc current
  2. rfc [diff vs current]
  3. rfc [diff vs current]

[PATCH 2/5] gitignore: Ignore files generated by gettext

From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:48:52
Subsystem: the rest · Maintainer: Linus Torvalds

  - Ignore po/git.pot which is autogenerated by a manual run of the
    Makefile. We're only interested in tracking the po/*.po files.

  - Ignore the /share/ directory. It's created during installation and
    contains gettext-related files to be installed.

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
---
 .gitignore    |    1 +
 po/.gitignore |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 po/.gitignore
diff --git a/.gitignore b/.gitignore
index 14e2b6b..d22c0e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -204,3 +204,4 @@
 *.pdb
 /Debug/
 /Release/
+/share/
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..221000e
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1 @@
+/*.pot
-- 
1.7.1.242.ge2b63.dirty
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help