From 37e85a620641d9507e92771a3e64799d6719d7d9 Mon Sep 17 00:00:00 2001 From: Rodrigo Setti Date: Tue, 8 Apr 2014 18:15:12 -0700 Subject: [PATCH 1/2] Adds examples/bin and tests/bin to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3e206b4a4..045745617 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ src/glfw3dll.lib src/glfw3dll.a examples/*.app examples/*.exe +examples/bin examples/boing examples/gears examples/heightmap @@ -51,6 +52,7 @@ examples/wave tests/*.app tests/*.exe tests/accuracy +tests/bin tests/clipboard tests/cursor tests/cursoranim @@ -72,3 +74,4 @@ tests/title tests/version tests/windows + From cbd032c527c31b3448314b36aa80df54a9a77448 Mon Sep 17 00:00:00 2001 From: Rodrigo Setti Date: Wed, 9 Apr 2014 08:39:46 -0700 Subject: [PATCH 2/2] minor: remove double blank lines @ eof --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 045745617..f9e81345d 100644 --- a/.gitignore +++ b/.gitignore @@ -73,5 +73,3 @@ tests/threads tests/title tests/version tests/windows - -