diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-05-02 17:10:50 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-05-02 17:24:05 +0200 |
commit | e3a2fa7a68459e22785cb052dbb40666e23eda6b (patch) | |
tree | b3faf55647d0ce8dcdb2f645d5b8db2dd02027ec /.gitignore | |
parent | bae52014b6e3a49e7adf49373238dab9f5f3b4a2 (diff) | |
download | meta-updater-e3a2fa7a68459e22785cb052dbb40666e23eda6b.tar.gz |
add .gitignore file
* add directory __pycache__ to .gitignore
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
__pycache__ | |||