* .gitignore: Ignore .dylib files (shared libraries on macOS)
This commit is contained in:
parent
5f550572fe
commit
273b815767
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -135,6 +135,7 @@ src/gl-stamp
|
|||
*.o
|
||||
*.res
|
||||
*.so
|
||||
*.dylib
|
||||
core
|
||||
core.*[0-9]
|
||||
gmon.out
|
||||
|
|
Loading…
Add table
Reference in a new issue