diff options
| author | Mattias Andrée <maandree@kth.se> | 2022-07-21 14:53:18 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2022-07-21 14:53:18 +0200 | 
| commit | 3be28b4e8f75190d30e311f0e69da714cac62cc5 (patch) | |
| tree | 95374a0ac30802f838e0fee1d7c686b66dd26b11 /.gitignore | |
| parent | Remove dist (diff) | |
| download | pylibgamma-1.1.3.tar.gz pylibgamma-1.1.3.tar.bz2 pylibgamma-1.1.3.tar.xz | |
Change license to ISC, change style, improve makefile1.1.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 19 | 
1 files changed, 9 insertions, 10 deletions
| @@ -1,18 +1,17 @@ -_/ -bin/ -obj/ -\#*\# -.* -!.git* +*\#*  *~  __pycache__/  *.bak -*.sw[op] +*.swo +*.swp  *.o  *.out  *.su  *.so +*.dll +*.dylib  *.gch -*.py[co] -src/*_native_*.c - +*.pyo +*.pyo +*_native_*.c +/libgamma_native_error.pyx | 
