ray/.gitignore
mehrdadn 68d752c23e Some Visual Studio gitignores (#122)
* Ignore /build directory

* Some Windows and Visual Studio .gitignores
2016-06-18 10:04:02 -07:00

45 lines
439 B
Text

# 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