diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-20 00:40:19 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-20 00:40:19 +0100 |
commit | 4a73ba328f374320ee36a77439b7c4fd58d5b84c (patch) | |
tree | ad473b3acb4cdafe8cbc2d2a049d6d892a057b72 /.gitignore | |
parent | m rationale (diff) | |
download | blue-4a73ba328f374320ee36a77439b7c4fd58d5b84c.tar.gz blue-4a73ba328f374320ee36a77439b7c4fd58d5b84c.tar.bz2 blue-4a73ba328f374320ee36a77439b7c4fd58d5b84c.tar.xz |
m + improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,12 +1,5 @@ -\#*\# +*\#* *~ __pycache__/ -*.swp -*.swo -*.bak *.pyc *.pyo -*.orig -bin/ -aux/ -obj/ |