mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 08:49:02 +08:00
ignoring build output and example datasets (#360)
This commit is contained in:
committed by
Philipp Moritz
parent
4d5f85e77c
commit
149c13913a
+9
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user