Added .gitignore file to prevent adding local.properties, bin/ and gen/ to git tracking

User specific exclusions can be added to .git/info/exclude
This commit is contained in:
Fiouz 2011-06-02 21:17:55 +02:00
parent 40546edcf7
commit 5d85b7a508

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
local.properties
bin
gen