ray/.gitignore
2016-10-28 11:40:08 -07:00

82 lines
870 B
Text

# The build output should clearly not be checked in
/build
/src/plasma/build
/src/photon/build
/src/common/build
/src/common/thirdparty/redis-3.2.3
# Python byte code files
*.pyc
# Emacs temporary files
*~
*#
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Incremental linking files
*.ilk
# Library export files
*.exp
# Debug symbols
*.pdb
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Visual Studio files
/packages
*.suo
*.user
*.VC.db
*.VC.opendb
# Protobuf-generated files
*_pb2.py
*.pb.h
*.pb.cc
# Ray cluster configuration
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/