diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-08-17 17:41:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-17 17:41:45 +0100 |
commit | 4d297c9b76a9bfaf8ad3f0651bfa6d470057015d (patch) | |
tree | ddfc22d267e3c0fda97d7f28010b93552c498c7c /locale | |
parent | bb45622910e080c5658fc025b825e59f6c99bcbc (diff) |
Move .mo ignoring to top-level gitignore.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/.gitignore | 1 | ||||
-rw-r--r-- | locale/cy_GB.UTF-8/LC_MESSAGES/.gitignore | 2 | ||||
-rw-r--r-- | locale/en_GB.UTF-8/LC_MESSAGES/.gitignore | 4 | ||||
-rw-r--r-- | locale/nb_NO.UTF-8/LC_MESSAGES/.gitignore | 1 | ||||
-rw-r--r-- | locale/nn_NO.UTF-8/LC_MESSAGES/.gitignore | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/locale/.gitignore b/locale/.gitignore deleted file mode 100644 index be1eb161e..000000000 --- a/locale/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/FixMyStreet-EmptyHomes.po diff --git a/locale/cy_GB.UTF-8/LC_MESSAGES/.gitignore b/locale/cy_GB.UTF-8/LC_MESSAGES/.gitignore deleted file mode 100644 index 49b8fd52e..000000000 --- a/locale/cy_GB.UTF-8/LC_MESSAGES/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/*.mo -/FixMyStreet-EmptyHomes.po diff --git a/locale/en_GB.UTF-8/LC_MESSAGES/.gitignore b/locale/en_GB.UTF-8/LC_MESSAGES/.gitignore deleted file mode 100644 index 083ecb3a3..000000000 --- a/locale/en_GB.UTF-8/LC_MESSAGES/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/FixMyStreet-EmptyHomes.po -/FixMyStreet-EmptyHomes.mo -/FixMyStreet-Cities.po -/FixMyStreet-Cities.mo diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/.gitignore b/locale/nb_NO.UTF-8/LC_MESSAGES/.gitignore deleted file mode 100644 index 214d1b7ed..000000000 --- a/locale/nb_NO.UTF-8/LC_MESSAGES/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/FixMyStreet.mo diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/.gitignore b/locale/nn_NO.UTF-8/LC_MESSAGES/.gitignore deleted file mode 100644 index 214d1b7ed..000000000 --- a/locale/nn_NO.UTF-8/LC_MESSAGES/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/FixMyStreet.mo |