2016-08-09 11:30:33 -07:00
|
|
|
# The build output should clearly not be checked in
|
2016-06-18 20:04:02 +03:00
|
|
|
/build
|
2016-10-28 11:40:08 -07:00
|
|
|
/src/plasma/build
|
|
|
|
/src/photon/build
|
|
|
|
/src/common/build
|
2016-11-21 15:02:40 -08:00
|
|
|
/src/common/thirdparty/redis
|
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
|
|
|
|
*.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
|
|
|
|
|
|
|
|
# Python setup files
|
|
|
|
*.egg-info
|
|
|
|
|
|
|
|
# Compressed files
|
|
|
|
*.gz
|
|
|
|
|
2016-08-09 11:30:33 -07:00
|
|
|
# Datasets from examples
|
|
|
|
**/MNIST_data/
|