mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
Some Visual Studio gitignores (#122)
* Ignore /build directory * Some Windows and Visual Studio .gitignores
This commit is contained in:
+17
@@ -1,3 +1,6 @@
|
||||
# The build directory should clearly not be checked in
|
||||
/build
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
@@ -13,6 +16,15 @@
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Incremental linking files
|
||||
*.ilk
|
||||
|
||||
# Library export files
|
||||
*.exp
|
||||
|
||||
# Debug symbols
|
||||
*.pdb
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
@@ -26,3 +38,8 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Visual Studio files
|
||||
/packages
|
||||
*.suo
|
||||
*.user
|
||||
|
||||
Reference in New Issue
Block a user