summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-09-12 09:10:05 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-09-12 09:10:05 +0200
commit05037ee0d60f1ff62120e737af3dfd369784eb78 (patch)
treefd6014caafc1d4cb8fd0be9184a566ea87ab7fa7 /.gitignore
parentb54f80113ec767d8be80452ebe766560029a53af (diff)
downloadglibmm-05037ee0d60f1ff62120e737af3dfd369784eb78.tar.gz
Port tools/defs_gen to Python 3.
* .gitignore: Ignore /tools/defs_gen/__pycache__/. * tools/defs_gen/*.py: Port to Python 3. These Python sources now run with both Python 2 and Python 3. Tested with 2.7.3 and 3.2.3. Bug #690969.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 13a6cbbd..55e81b34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -160,6 +160,7 @@ giommconfig.h
# tools/
/tools/defs_gen/*.pyc
+/tools/defs_gen/__pycache__/
/tools/extra_defs_gen/generate_defs_gio
/tools/extra_defs_gen/generate_defs_glib
/tools/generate_wrap_init.pl