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>
This commit is contained in:
Tomaz Canabrava 2013-10-11 09:26:04 -03:00
parent e3e47b34a1
commit 9ed933d033

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
.translations
translations/*.qm
*.o *.o
*.orig *.orig
*.rej *.rej