diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-02-19 20:30:41 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-02-19 20:30:49 +0100 | 
| commit | c27fd70b5e4c3efe5ad034069108414d36f9bd9e (patch) | |
| tree | ec0befb659ebeca4a68c45b052e713fb2ad26f05 /.gitignore | |
| parent | improve readme (diff) | |
| download | python-bus-c27fd70b5e4c3efe5ad034069108414d36f9bd9e.tar.gz python-bus-c27fd70b5e4c3efe5ad034069108414d36f9bd9e.tar.bz2 python-bus-c27fd70b5e4c3efe5ad034069108414d36f9bd9e.tar.xz | |
some improvments + license change3.1.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 14 | 
1 files changed, 2 insertions, 12 deletions
| @@ -1,19 +1,9 @@ -_/ -obj/ -bin/ -__pycache__/ -\#*\# -.* -!.git*  *~ -*.bak -*.swo -*.swp +*\#* +__pycache__/  *.pyc  *.pyo  *.o  *.out  *.so -*.gch  *.c - | 
