diff options
author | Thomas White <taw@physics.org> | 2019-05-17 17:11:31 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-05-17 17:11:31 +0200 |
commit | 9e218bb3e082d41a4200750d1b68a7c44c80b978 (patch) | |
tree | 643979a17607275eb80949ae379c810cadab71e4 | |
parent | cf040a18b3f5da827f959346a45a907d5dd6eb49 (diff) | |
parent | 33233230ba0afc5a8123046f4b63b5999741e377 (diff) |
Merge branch 'taw/meson' into taw/combinedtaw/combined
-rw-r--r-- | faq/.gitignore | 2 | ||||
-rw-r--r-- | faq/de/.gitignore | 2 | ||||
-rw-r--r-- | faq/en/.gitignore | 2 | ||||
-rw-r--r-- | faq/es/.gitignore | 2 | ||||
-rw-r--r-- | faq/fr/.gitignore | 2 | ||||
-rw-r--r-- | faq/it/.gitignore | 2 | ||||
-rw-r--r-- | libsylph/.gitignore | 5 | ||||
-rw-r--r-- | manual/.gitignore | 2 | ||||
-rw-r--r-- | manual/en/.gitignore | 2 | ||||
-rw-r--r-- | manual/ja/.gitignore | 2 | ||||
-rw-r--r-- | plugin/.gitignore | 2 | ||||
-rw-r--r-- | plugin/test/.gitignore | 3 | ||||
-rw-r--r-- | po/LINGUAS | 33 | ||||
-rw-r--r-- | src/.gitignore | 12 | ||||
-rw-r--r-- | src/icons/.gitignore | 3 |
15 files changed, 33 insertions, 43 deletions
diff --git a/faq/.gitignore b/faq/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/faq/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/faq/de/.gitignore b/faq/de/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/faq/de/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/faq/en/.gitignore b/faq/en/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/faq/en/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/faq/es/.gitignore b/faq/es/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/faq/es/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/faq/fr/.gitignore b/faq/fr/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/faq/fr/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/faq/it/.gitignore b/faq/it/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/faq/it/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/libsylph/.gitignore b/libsylph/.gitignore deleted file mode 100644 index 2db486c3..00000000 --- a/libsylph/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/.deps -/.libs -/Makefile -/Makefile.in -/libsylph.la diff --git a/manual/.gitignore b/manual/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/manual/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/manual/en/.gitignore b/manual/en/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/manual/en/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/manual/ja/.gitignore b/manual/ja/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/manual/ja/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/plugin/.gitignore b/plugin/.gitignore deleted file mode 100644 index b336cc7c..00000000 --- a/plugin/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/plugin/test/.gitignore b/plugin/test/.gitignore deleted file mode 100644 index f53478a0..00000000 --- a/plugin/test/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/.deps -/Makefile -/Makefile.in diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 00000000..326b0fd7 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,33 @@ +be +bg +cs +da +de +el +es +et +eu +fi +fr +gl +he +hr +hu +it +ja +ko +lt +nl +pl +pt_BR +ro +ru +sk +sl +sr +sv +tr +uk +vi +zh_CN +zh_TW diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index 9dd7fdec..00000000 --- a/src/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -/.deps -/.libs -/Makefile -/Makefile.in -/quote_fmt_lex.c -/quote_fmt_parse.c -/quote_fmt_parse.h -/sylpheed-marshal.c -/sylpheed-marshal.h -/sylpheed -/sylpheed.rc -/version.h diff --git a/src/icons/.gitignore b/src/icons/.gitignore deleted file mode 100644 index a6caeca2..00000000 --- a/src/icons/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/Makefile -/Makefile.in -/*.h |