Browse Source

Merge pull request #1481 from Tandoori/fix-unity-root-folders

Made it so the folders only get ingored in the root
Carl Suster 10 years ago
parent
commit
ae4c9a065f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Unity.gitignore

+ 4 - 4
Unity.gitignore

@@ -1,7 +1,7 @@
-[Ll]ibrary/
-[Tt]emp/
-[Oo]bj/
-[Bb]uild/
+/[Ll]ibrary/
+/[Tt]emp/
+/[Oo]bj/
+/[Bb]uild/
 
 
 # Autogenerated VS/MD solution and project files
 # Autogenerated VS/MD solution and project files
 *.csproj
 *.csproj