add gitignore file
authorliuct <liux.chengtao@intel.com>
Tue, 4 Jun 2013 09:55:07 +0000 (17:55 +0800)
committerliuct <liux.chengtao@intel.com>
Tue, 4 Jun 2013 09:55:07 +0000 (17:55 +0800)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..c820dc8
--- /dev/null
@@ -0,0 +1,10 @@
+*.pyc
+*.pyo
+*.db
+*.log
+*.swp
+*.*~
+dist/
+build/
+MANIFEST
+venv