From 6aeb2443f562c9b879009137c4aa92cfd592a93e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 22 Oct 2019 20:47:49 +0200 Subject: Change license, flat file hier, do not use gpp, join .py and .pyx, simpler makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to '.gitignore') 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__/ -- cgit v1.2.3-70-g09d2