Fix .gitignore

Specific paths needs to be excluded only from the root directory. Otherwise you
couldn't for example create a directory named 'dependencies' somewhere in tests
This commit is contained in:
Alexander Udalov
2014-05-19 19:45:55 +04:00
parent 7bce9060e2
commit 7b21c5c8c3
+10 -10
View File
@@ -1,15 +1,15 @@
.DS_Store
android.tests.dependencies
confluence/target
dependencies
dist
gh-pages
ideaSDK
android-studio/sdk
/android.tests.dependencies
/confluence/target
/dependencies
/dist
/gh-pages
/ideaSDK
/android-studio/sdk
out
pluginPublisher/idea*
pluginPublisher/plugin-verifier.jar
/pluginPublisher/idea*
/pluginPublisher/plugin-verifier.jar
tmp
workspace.xml
*.versionsBackup
idea/testData/debugger/tinyApp/classes*
/idea/testData/debugger/tinyApp/classes*