mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 21:45:08 +00:00
Added OS X specific stuff into .gitignore
This commit is contained in:
parent
d88789e5e3
commit
901a743d97
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,8 +4,12 @@ CMakeCache.txt
|
|||
Makefile
|
||||
cmake_uninstall.cmake
|
||||
src/config.h
|
||||
src/libglfw.pc
|
||||
src/x11/libglfw.pc
|
||||
src/win32/libglfw.pc
|
||||
src/cocoa/libglfw.pc
|
||||
*.so
|
||||
*.a
|
||||
.DS_Store
|
||||
*.dylib
|
||||
*.app
|
||||
|
|
Loading…
Add table
Reference in a new issue