mirror of
https://github.com/wassname/ray.git
synced 2026-07-21 12:50:45 +08:00
Update gitignore. (#94)
This commit is contained in:
committed by
Philipp Moritz
parent
b3c05655a0
commit
02e8dd245d
+16
@@ -4,6 +4,22 @@
|
||||
/src/photon/build
|
||||
/src/common/build
|
||||
/src/common/thirdparty/redis
|
||||
/src/global_scheduler/build
|
||||
/numbuf/build
|
||||
/numbuf/thirdparty/arrow
|
||||
/numbuf/dist
|
||||
/webui/client/public
|
||||
/webui/node_modules
|
||||
|
||||
# The files copied under lib/python should be ignored
|
||||
/lib/python/common
|
||||
/lib/python/global_scheduler
|
||||
/lib/python/photon
|
||||
/lib/python/plasma
|
||||
/lib/python/webui
|
||||
|
||||
# Redis temporary files
|
||||
*dump.rdb
|
||||
|
||||
# Python byte code files
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user