ray/.gitignore

90 lines
1 KiB
Text
Raw Normal View History

# The build output should clearly not be checked in
/python/ray/core
/src/common/thirdparty/redis
2016-12-07 11:54:16 -08:00
/numbuf/thirdparty/arrow
# Files generated by flatcc should be ignored
/src/plasma/format/*_builder.h
/src/plasma/format/*_reader.h
/src/plasma/format/*_verifier.h
2016-12-07 11:54:16 -08:00
# Redis temporary files
*dump.rdb
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
*.xo
2016-02-07 14:18:40 -08:00
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# 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
# 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
# Ray cluster configuration
scripts/nodes.txt
# OS X folder attributes
.DS_Store
2016-10-28 11:40:08 -07:00
# Debug files
*.dSYM/
*.su
# Python setup files
*.egg-info
# Compressed files
*.gz
# Datasets from examples
**/MNIST_data/