summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yurtaev <yurtaev.egor@gmail.com>2014-09-24 14:26:28 +0700
committerEgor Yurtaev <yurtaev.egor@gmail.com>2014-09-24 14:26:28 +0700
commitf66066444a1e70c497b03ddf99d3beb35b7d2d70 (patch)
tree2e7451a1a747a3bd7c4dba44a26c6f19cefce457
parent2f1c5cf2d4df5869a4452465937ba71292c1787b (diff)
downloadomaha-server-f66066444a1e70c497b03ddf99d3beb35b7d2d70.zip
omaha-server-f66066444a1e70c497b03ddf99d3beb35b7d2d70.tar.gz
omaha-server-f66066444a1e70c497b03ddf99d3beb35b7d2d70.tar.bz2
add .gitignore file
-rw-r--r--.gitignore19
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