diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-22 20:47:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-22 20:48:13 +0200 |
commit | 6aeb2443f562c9b879009137c4aa92cfd592a93e (patch) | |
tree | b8e1a7028b0472fbd88019a2b9325024038443e3 /.gitignore | |
parent | Fix Python 3.7 compatility (diff) | |
download | pylibcoopgamma-6aeb2443f562c9b879009137c4aa92cfd592a93e.tar.gz pylibcoopgamma-6aeb2443f562c9b879009137c4aa92cfd592a93e.tar.bz2 pylibcoopgamma-6aeb2443f562c9b879009137c4aa92cfd592a93e.tar.xz |
Change license, flat file hier, do not use gpp, join .py and .pyx, simpler makefile1.1.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,14 +1,9 @@ -bin/ -obj/ -\#*\# +*\#* *~ -__pycache__/ -*.bak -*.sw[op] *.o -*.out *.su *.so -*.gch -*.py[co] -src/*_native_*.c +*.pyc +*.pyo +*.c +__pycache__/ |