aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-22 20:47:49 +0200
committerMattias Andrée <maandree@kth.se>2019-10-22 20:48:13 +0200
commit6aeb2443f562c9b879009137c4aa92cfd592a93e (patch)
treeb8e1a7028b0472fbd88019a2b9325024038443e3 /.gitignore
parentFix Python 3.7 compatility (diff)
downloadpylibcoopgamma-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--.gitignore15
1 files changed, 5 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index fe6991e..3b6fa45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,9 @@
-bin/
-obj/
-\#*\#
+*\#*
*~
-__pycache__/
-*.bak
-*.sw[op]
*.o
-*.out
*.su
*.so
-*.gch
-*.py[co]
-src/*_native_*.c
+*.pyc
+*.pyo
+*.c
+__pycache__/