mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 08:20:20 +08:00
68d752c23e
* Ignore /build directory * Some Windows and Visual Studio .gitignores
46 lines
439 B
Plaintext
46 lines
439 B
Plaintext
# The build directory should clearly not be checked in
|
|
/build
|
|
|
|
# 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
|