aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-21 14:53:18 +0200
committerMattias Andrée <maandree@kth.se>2022-07-21 14:53:18 +0200
commit3be28b4e8f75190d30e311f0e69da714cac62cc5 (patch)
tree95374a0ac30802f838e0fee1d7c686b66dd26b11 /.gitignore
parentRemove dist (diff)
downloadpylibgamma-3be28b4e8f75190d30e311f0e69da714cac62cc5.tar.gz
pylibgamma-3be28b4e8f75190d30e311f0e69da714cac62cc5.tar.bz2
pylibgamma-3be28b4e8f75190d30e311f0e69da714cac62cc5.tar.xz
Change license to ISC, change style, improve makefile1.1.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 9 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index cbc0dc0..b6f2c48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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