Update .gitignore file. (#7)

This commit is contained in:
Robert Nishihara
2016-10-28 11:40:08 -07:00
committed by Philipp Moritz
parent 43aca17b59
commit 5c50d97670
+14 -2
View File
@@ -1,7 +1,9 @@
# The build output should clearly not be checked in
/build
/lib/python/ray/objstore
/lib/python/ray/scheduler
/src/plasma/build
/src/photon/build
/src/common/build
/src/common/thirdparty/redis-3.2.3
# Python byte code files
*.pyc
@@ -66,5 +68,15 @@ scripts/nodes.txt
# OS X folder attributes
.DS_Store
# Debug files
*.dSYM/
*.su
# Python setup files
*.egg-info
# Compressed files
*.gz
# Datasets from examples
**/MNIST_data/