diff options
author | Egor Yurtaev <yurtaev.egor@gmail.com> | 2014-09-24 14:26:28 +0700 |
---|---|---|
committer | Egor Yurtaev <yurtaev.egor@gmail.com> | 2014-09-24 14:26:28 +0700 |
commit | f66066444a1e70c497b03ddf99d3beb35b7d2d70 (patch) | |
tree | 2e7451a1a747a3bd7c4dba44a26c6f19cefce457 | |
parent | 2f1c5cf2d4df5869a4452465937ba71292c1787b (diff) | |
download | omaha-server-f66066444a1e70c497b03ddf99d3beb35b7d2d70.zip omaha-server-f66066444a1e70c497b03ddf99d3beb35b7d2d70.tar.gz omaha-server-f66066444a1e70c497b03ddf99d3beb35b7d2d70.tar.bz2 |
add .gitignore file
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9d2a9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +### Python ### + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/
\ No newline at end of file |