From 901a743d97ae101b762b7473e3e0c502ec30824b Mon Sep 17 00:00:00 2001 From: Sergey Tikhomirov Date: Thu, 15 Sep 2011 10:59:30 +0300 Subject: [PATCH] Added OS X specific stuff into .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index bccab087..c4ec3d27 100644 --- a/.gitignore +++ b/.gitignore @@ -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