diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-02 09:47:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-02 09:47:48 +0200 |
commit | 19241f627259fef20231a505230c19e63ae807a0 (patch) | |
tree | a91dba6b4808e754d63b34b12d287ee7e694f7d9 /.gitignore | |
parent | misc (diff) | |
download | pylibgamma-19241f627259fef20231a505230c19e63ae807a0.tar.gz pylibgamma-19241f627259fef20231a505230c19e63ae807a0.tar.bz2 pylibgamma-19241f627259fef20231a505230c19e63ae807a0.tar.xz |
fix misc errors + write test
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,7 +11,9 @@ __pycache__/ *.o *.out *.su +*.so *.gch *.py[co] src/*_native_*.c +src/c.c |