diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-10-11 09:26:04 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-10-11 09:26:04 -0300 |
commit | 9ed933d033889ac841c5f38afcdd40fa588a8cb9 (patch) | |
tree | 782c3cc5c86280cfc24aa8e2c16c50ad90ae988d /.gitignore | |
parent | e3e47b34a101dfefeea67e6b4ed2ede308bfdf72 (diff) | |
download | subsurface-9ed933d033889ac841c5f38afcdd40fa588a8cb9.tar.gz |
Added rules on gitignore for the Translations generation.
Added rules on the gitignore file for ignoring the translations
that are generated during compile time.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 085323a37..523ebd5d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.translations +translations/*.qm *.o *.orig *.rej |