Browse Source

Add Xcode section to .gitignore file

(cherry picked from commit 382943f2b006badfdfdc549187aa470bf4b54bf7)
Camilla Löwy 5 years ago
parent
commit
58c1621481
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -15,9 +15,12 @@ Debug
 Release
 MinSizeRel
 RelWithDebInfo
-*.xcodeproj
 *.opensdf
 
+# Xcode clutter
+GLFW.build
+GLFW.xcodeproj
+
 # macOS clutter
 .DS_Store