Updated .gitignore.

This commit is contained in:
Camilla Berglund 2012-01-10 21:39:16 +01:00
parent 87f713a5e2
commit 2b106336ae
1 changed files with 25 additions and 5 deletions

30
.gitignore vendored
View File

@ -4,8 +4,28 @@ CMakeCache.txt
Makefile
cmake_uninstall.cmake
src/config.h
src/x11/libglfw.pc
src/win32/libglfw.pc
src/cocoa/libglfw.pc
*.so
*.a
src/libglfw.pc
src/libglfw.so
src/libglfw.a
examples/boing
examples/gears
examples/heightmap
examples/splitview
examples/triangle
examples/wave
tests/accuracy
tests/defaults
tests/dynamic
tests/events
tests/fsaa
tests/fsfocus
tests/gamma
tests/glfwinfo
tests/iconify
tests/joysticks
tests/listmodes
tests/peter
tests/reopen
tests/sharing
tests/tearing
tests/windows