diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-21 21:49:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-21 21:49:56 +0200 |
commit | 4aa9e30c2ab868c78ccb9dc4bb119a254d7c3207 (patch) | |
tree | c6a1b0bfb0ede9e9c280729b6cfabc329192c181 /.gitignore | |
download | python-bus-4aa9e30c2ab868c78ccb9dc4bb119a254d7c3207.tar.gz python-bus-4aa9e30c2ab868c78ccb9dc4bb119a254d7c3207.tar.bz2 python-bus-4aa9e30c2ab868c78ccb9dc4bb119a254d7c3207.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8925c19 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +_/ +obj/ +bin/ +__pycache__/ +\#*\# +.* +!.git* +*~ +.bak +.swo +.swp +.pyc +.pyo + |