Add files to .gitignore
This commit is contained in:
parent
0c3339afeb
commit
c647f1e7c8
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,6 +3,10 @@ obj
|
||||||
gen
|
gen
|
||||||
bin
|
bin
|
||||||
doc
|
doc
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
.settings
|
||||||
|
.DS_Store
|
||||||
default.properties
|
default.properties
|
||||||
local.properties
|
local.properties
|
||||||
project.properties
|
project.properties
|
||||||
|
|
Loading…
Reference in a new issue