From 891f7029457c5135c365ec32c06e7750abaceeab Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 15 Apr 2013 11:50:16 +0200 Subject: Fix compilation with built-in v4vm JS engine Change-Id: Ieda9267e296acf6392a5461f4cfb9233a7a409a0 Reviewed-by: Lars Knoll --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2f83627143..fa221a5ede 100644 --- a/.gitignore +++ b/.gitignore @@ -266,3 +266,11 @@ tests/auto/*/*/*.moc # Generated static plugin import sources *_plugin_import.cpp + +# Compiled python code +*.pyc + +src/qml/RegExpJitTables.h +src/qml/udis86_itab.c +src/qml/udis86_itab.h + -- cgit v1.2.3