ray/.gitignore

63 lines
621 B
Text
Raw Normal View History

# The build directory should clearly not be checked in
/build
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
*.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