From d8770b9a6ad3236e58e539d0ac2361b8445165cc Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Mon, 23 Mar 2015 06:33:29 -0700 Subject: [PATCH] Clean up the .gitignore a bit. --- .gitignore | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3184e461..9f111ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,6 @@ wren build/ .sass-cache/ -# XCode user-specific stuff. -xcuserdata/ -*.xccheckout - # I leave a temporary Wren script at the top level so that I can quickly test # stuff. scratch.wren @@ -18,7 +14,11 @@ scratch.wren # The baseline file is machine-specific, so doesn't get checked in. test/benchmark/baseline.txt -# Visual Studio cache files +# XCode user-specific stuff. +xcuserdata/ +*.xccheckout + +# Visual Studio cache files. ipch/ *.aps *.ncb @@ -26,12 +26,8 @@ ipch/ *.sdf *.cachefile -# Visual Studio User-specific files +# Visual Studio User-specific files. *.suo *.user *.userosscache *.sln.docstates - -# Build results -[Dd]ebug/ -[Rr]elease/ \ No newline at end of file