Skip to content

Commit

Permalink
added dist/ to .gitignore
Browse files Browse the repository at this point in the history
When using `./koch tools`, the directory `dist/` is generated (it contains the `nimble` sources).
The `dist` directory was added to .gitignore.
  • Loading branch information
apahl committed Nov 8, 2016
1 parent 86b58e8 commit 9a68e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -48,6 +48,7 @@ xcuserdata/
/testresults.json
testament.db
/csources
dist/

# Private directories and files (IDEs)
.*/
Expand Down

0 comments on commit 9a68e1a

Please sign in to comment.