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 .DS_Store
android.tests.dependencies /android.tests.dependencies
confluence/target /confluence/target
dependencies /dependencies
dist /dist
gh-pages /gh-pages
ideaSDK /ideaSDK
android-studio/sdk /android-studio/sdk
out out
pluginPublisher/idea* /pluginPublisher/idea*
pluginPublisher/plugin-verifier.jar /pluginPublisher/plugin-verifier.jar
tmp tmp
workspace.xml workspace.xml
*.versionsBackup *.versionsBackup
idea/testData/debugger/tinyApp/classes* /idea/testData/debugger/tinyApp/classes*