2016-08-09 11:30:33 -07:00
|
|
|
# The build output should clearly not be checked in
|
2017-03-01 23:34:44 -08:00
|
|
|
/python/ray/core
|
2017-05-21 14:51:24 -07:00
|
|
|
/python/build
|
|
|
|
/python/dist
|
2016-11-21 15:02:40 -08:00
|
|
|
/src/common/thirdparty/redis
|
2017-05-15 03:09:13 -05:00
|
|
|
/src/numbuf/thirdparty/arrow
|
2016-12-07 11:54:16 -08:00
|
|
|
|
2017-03-17 16:48:25 -07:00
|
|
|
# Files generated by flatc should be ignored
|
|
|
|
/src/common/format/*.py
|
|
|
|
/src/common/format/*_generated.h
|
|
|
|
/src/plasma/format/*_generated.h
|
|
|
|
/src/local_scheduler/format/*_generated.h
|
2016-12-20 14:46:25 -08:00
|
|
|
|
2016-12-07 11:54:16 -08:00
|
|
|
# Redis temporary files
|
|
|
|
*dump.rdb
|
2016-06-18 20:04:02 +03:00
|
|
|
|
2016-06-26 10:59:16 -07:00
|
|
|
# Python byte code files
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Emacs temporary files
|
|
|
|
*~
|
|
|
|
*#
|
|
|
|
|
2016-02-07 14:18:40 -08:00
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
2016-12-11 17:40:19 -08:00
|
|
|
*.xo
|
2016-02-07 14:18:40 -08:00
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
2016-06-18 20:04:02 +03:00
|
|
|
# Incremental linking files
|
|
|
|
*.ilk
|
|
|
|
|
|
|
|
# Library export files
|
|
|
|
*.exp
|
|
|
|
|
|
|
|
# Debug symbols
|
|
|
|
*.pdb
|
|
|
|
|
2016-02-07 14:18:40 -08:00
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2016-06-18 20:04:02 +03:00
|
|
|
|
|
|
|
# Visual Studio files
|
|
|
|
/packages
|
|
|
|
*.suo
|
|
|
|
*.user
|
2016-07-28 13:11:13 -07:00
|
|
|
*.VC.db
|
|
|
|
*.VC.opendb
|
2016-07-03 07:07:28 +03:00
|
|
|
|
|
|
|
# Protobuf-generated files
|
|
|
|
*_pb2.py
|
|
|
|
*.pb.h
|
|
|
|
*.pb.cc
|
2016-08-04 09:14:20 -07:00
|
|
|
|
|
|
|
# Ray cluster configuration
|
|
|
|
scripts/nodes.txt
|
2016-08-09 11:30:33 -07:00
|
|
|
|
|
|
|
# OS X folder attributes
|
|
|
|
.DS_Store
|
|
|
|
|
2016-10-28 11:40:08 -07:00
|
|
|
# Debug files
|
|
|
|
*.dSYM/
|
|
|
|
*.su
|
|
|
|
|
2017-04-16 17:02:15 -05:00
|
|
|
# CMake
|
|
|
|
cmake-build-debug/
|
|
|
|
|
2016-10-28 11:40:08 -07:00
|
|
|
# Python setup files
|
|
|
|
*.egg-info
|
|
|
|
|
|
|
|
# Compressed files
|
|
|
|
*.gz
|
|
|
|
|
2016-08-09 11:30:33 -07:00
|
|
|
# Datasets from examples
|
|
|
|
**/MNIST_data/
|
2017-03-17 16:48:25 -07:00
|
|
|
**/cifar-10-batches-bin/
|
|
|
|
|
|
|
|
# Generated documentation files
|
|
|
|
/doc/_build
|
2017-04-16 17:02:15 -05:00
|
|
|
|
|
|
|
# User-specific stuff:
|
|
|
|
.idea/**/workspace.xml
|
|
|
|
.idea/**/tasks.xml
|
|
|
|
.idea/dictionaries
|
|
|
|
|
|
|
|
# Sensitive or high-churn files:
|
|
|
|
.idea/**/dataSources/
|
|
|
|
.idea/**/dataSources.ids
|
|
|
|
.idea/**/dataSources.xml
|
|
|
|
.idea/**/dataSources.local.xml
|
|
|
|
.idea/**/sqlDataSources.xml
|
|
|
|
.idea/**/dynamic.xml
|
|
|
|
.idea/**/uiDesigner.xml
|
|
|
|
|
|
|
|
# Gradle:
|
|
|
|
.idea/**/gradle.xml
|
|
|
|
.idea/**/libraries
|
2017-05-20 18:33:36 -07:00
|
|
|
|
|
|
|
# Website
|
|
|
|
/site/Gemfile.lock
|
|
|
|
/site/.sass-cache
|
|
|
|
/site/_site
|