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-08-22 03:51:49 +02:00
|
|
|
/python/ray/pyarrow_files/pyarrow/
|
2017-05-21 14:51:24 -07:00
|
|
|
/python/build
|
|
|
|
/python/dist
|
2017-10-18 11:49:28 -07:00
|
|
|
/python/flatbuffers-1.7.1/
|
2016-11-21 15:02:40 -08:00
|
|
|
/src/common/thirdparty/redis
|
2017-08-22 03:51:49 +02:00
|
|
|
/src/thirdparty/arrow
|
2017-09-02 17:20:56 -07:00
|
|
|
/flatbuffers-1.7.1/
|
|
|
|
/src/thirdparty/boost/
|
2017-10-03 23:17:54 -07:00
|
|
|
/src/thirdparty/boost_1_65_1/
|
2017-09-02 17:20:56 -07:00
|
|
|
/src/thirdparty/boost_1_60_0/
|
2017-09-28 13:12:06 -07:00
|
|
|
/src/thirdparty/catapult/
|
2017-09-02 17:20:56 -07:00
|
|
|
/src/thirdparty/flatbuffers/
|
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
|
2017-12-23 00:31:33 -08:00
|
|
|
/src/ray/gcs/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
|
|
|
|
|
2017-07-13 14:53:57 -07:00
|
|
|
# Backup files
|
|
|
|
*.bak
|
|
|
|
|
2016-06-26 10:59:16 -07:00
|
|
|
# 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
|
|
|
|
|
2017-11-09 20:49:06 -05:00
|
|
|
# Cython-generated files
|
|
|
|
*.c
|
|
|
|
|
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/
|
2017-11-09 20:49:06 -05:00
|
|
|
build
|
2017-04-16 17:02:15 -05:00
|
|
|
|
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
|
2018-02-01 22:45:31 -08:00
|
|
|
.idea
|
2017-05-20 18:33:36 -07:00
|
|
|
|
|
|
|
# Website
|
|
|
|
/site/Gemfile.lock
|
|
|
|
/site/.sass-cache
|
|
|
|
/site/_site
|