mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 23:50:20 +08:00
Update .gitignore file. (#7)
This commit is contained in:
committed by
Philipp Moritz
parent
43aca17b59
commit
5c50d97670
+14
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user