diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-22 01:44:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-22 01:44:46 +0200 |
commit | 082c0c1c7b0e728b5d7122b90aec0230fad9ebd9 (patch) | |
tree | 8f64e96eea7f0c7ecf3e226dc87f4422a4c53e4a /.gitignore | |
parent | add readme (diff) | |
download | python-bus-082c0c1c7b0e728b5d7122b90aec0230fad9ebd9.tar.gz python-bus-082c0c1c7b0e728b5d7122b90aec0230fad9ebd9.tar.bz2 python-bus-082c0c1c7b0e728b5d7122b90aec0230fad9ebd9.tar.xz |
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -6,9 +6,14 @@ __pycache__/ .* !.git* *~ -.bak -.swo -.swp -.pyc -.pyo +*.bak +*.swo +*.swp +*.pyc +*.pyo +*.o +*.out +*.so +*.gch +*.c |