diff options
author | Hector Martin | 2009-06-06 18:08:12 +0200 |
---|---|---|
committer | Hector Martin | 2009-06-06 18:08:12 +0200 |
commit | 792b5ca2df2cce09e0b6c802c50bc0c0eb4f2298 (patch) | |
tree | c3bbb8e90a6a111317ee020f07cd11a65988584a /python-client/.gitignore | |
parent | b43cf8de101c2e47cdeee75996a633b3144742e4 (diff) | |
download | usbmuxd-792b5ca2df2cce09e0b6c802c50bc0c0eb4f2298.tar.gz usbmuxd-792b5ca2df2cce09e0b6c802c50bc0c0eb4f2298.tar.bz2 |
Ignore .pyc/.pyo
Diffstat (limited to 'python-client/.gitignore')
-rw-r--r-- | python-client/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python-client/.gitignore b/python-client/.gitignore new file mode 100644 index 0000000..5da7ef5 --- /dev/null +++ b/python-client/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.pyo + |