diff .gitignore @ 2:3485a304a057

adding new branch with the original tutorial code -- later merge to main and mod
author kshalle
date Thu, 23 Apr 2015 10:53:54 -0700
parents bae640f518e4
children
line diff
     1.1 --- a/.gitignore	Mon Apr 20 17:11:10 2015 +0300
     1.2 +++ b/.gitignore	Thu Apr 23 10:53:54 2015 -0700
     1.3 @@ -1,6 +1,15 @@
     1.4  .gradle
     1.5 +*.gradle
     1.6 +*.iml
     1.7 +gradle.*
     1.8 +gradle*
     1.9 +/gradle
    1.10 +/.gradle
    1.11  /local.properties
    1.12 +.idea
    1.13 +/.idea
    1.14  /.idea/workspace.xml
    1.15  /.idea/libraries
    1.16  .DS_Store
    1.17  /build
    1.18 +