Browse Source

Updated .gitignore to ignore build dirs of C runtime

John 9 năm trước cách đây
mục cha
commit
c7c2715ce8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -13,6 +13,8 @@ target
 .DS_Store
 
 spine-c/Debug/*
+spine-c/dist
+spine-c/obj
 
 spine-cpp/Debug/*