2016-06-18 20:04:02 +03:00
|
|
|
# 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
|
|
|
|
|
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-03 07:07:28 +03:00
|
|
|
|
|
|
|
# Protobuf-generated files
|
|
|
|
*_pb2.py
|
|
|
|
*.pb.h
|
|
|
|
*.pb.cc
|