summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2015-10-17 21:52:36 -0400
committerrsiddharth <rsiddharth@ninthfloor.org>2015-10-17 21:52:36 -0400
commita6a04a3919edb5961eab3290d4710ce93202bcae (patch)
tree7674775656ce1bdd78b8ad0fab371e4470f6dc45 /.gitignore
initial commit.
new file: .gitignore new file: Makefile new file: dumper/COPYING new file: dumper/__init__.py new file: dumper/dump.py
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1c94079
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*~
+.pyc
+dataset/ \ No newline at end of file