浏览代码

Merge pull request #745 from tunitowen/master

Added gradle (build tool) files to Android gitignore
Carl Suster 11 年之前
父节点
当前提交
70aaa4d504
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Android.gitignore

+ 4 - 0
Android.gitignore

@@ -12,6 +12,10 @@
 bin/
 gen/
 
+# Ignore gradle files
+.gradle/
+build/
+
 # Local configuration file (sdk path, etc)
 local.properties