diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-05-16 15:30:23 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-05-16 15:30:23 -0600 |
commit | 065846d055c9c0956fe4bf1762d81a4b72b5d5a8 (patch) | |
tree | e607f8a761324f8a333a9cfc4151fe1ea34d4725 /.gitignore | |
parent | 87bc3cb4fcaf0e3ead4c41e8c56a06cf481875c0 (diff) | |
download | dimension-065846d055c9c0956fe4bf1762d81a4b72b5d5a8.tar.xz |
Split python Scenes into a new source file, add python tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ Makefile.in # Documentation files created by make /*/doc Doxyfile +__pycache__ # pkg-config files *.pc |