ignoring build output and example datasets (#360)

This commit is contained in:
Johann Schleier-Smith
2016-08-09 11:30:33 -07:00
committed by Philipp Moritz
parent 4d5f85e77c
commit 149c13913a
+9 -1
View File
@@ -1,5 +1,7 @@
# The build directory should clearly not be checked in
# The build output should clearly not be checked in
/build
/lib/python/ray/objstore
/lib/python/ray/scheduler
# Python byte code files
*.pyc
@@ -60,3 +62,9 @@
# Ray cluster configuration
scripts/nodes.txt
# OS X folder attributes
.DS_Store
# Datasets from examples
**/MNIST_data/