Ignoring Python byte code

Change-Id: Ifa2c7481f1bf2863cf237ec905f4186f0b6bb0dd
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Robert Loehning
2012-10-23 19:32:49 +02:00
committed by hjk
parent 4f0ca81770
commit 935f3de065

3
.gitignore vendored
View File

@@ -64,6 +64,9 @@ phony.c
*.Debug *.Debug
*.Release *.Release
# Python byte code
*.pyc
# translation related: # translation related:
share/qtcreator/translations/*_tr.h share/qtcreator/translations/*_tr.h
share/qtcreator/translations/qtcreator_untranslated.ts share/qtcreator/translations/qtcreator_untranslated.ts