David Cordero пре 7 година
родитељ
комит
97ee1afb81
1 измењених фајлова са 11 додато и 3 уклоњено
  1. 11 3
      .gitignore

+ 11 - 3
.gitignore

@@ -1,16 +1,24 @@
-!Makefile
+# Xcode
 *.mode*
 *.pbxuser
 xcuserdata
+*.xccheckout
+
+# macOS
+.DS_Store
+
+# Cocoapods
+Pods
+
+# Others
+!Makefile
 project.xcworkspace
 MobileVLCKit/vlc-plugins-AppleTV.h
 MobileVLCKit/vlc-plugins-AppleTV.xcconfig
 MobileVLCKit/vlc-plugins-iPhone.h
 MobileVLCKit/vlc-plugins-iPhone.xcconfig
-.DS_Store
 build
 /vlc-unstable
 DerivedData
 MobileVLCKit/ImportedSources
 /libvlc
-Pods