diff options
author | Vitaly Takmazov | 2015-10-24 17:56:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-07-01 09:49:41 +0300 |
commit | 1c46c4ca4443bbb7345f0a9ee86c11beb007cabc (patch) | |
tree | ecc3cf98321eb686bc084b5f6f96ecf595b97140 /.gitignore | |
parent | 5ee91767885dcc7cd9690b612a37cb326f6ac973 (diff) |
moving to Gradle
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,3 @@ -/nbproject/private/ -/dist/ -/build/
\ No newline at end of file +build/* +.gradle/* +*.iml |