modified: .gitignore
Commented out bits that don't seem relevant to friendica-addons. Somebody should do this properly, but I'm not confident.
This commit is contained in:
parent
72e8ad0f94
commit
85b05aa980
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -5,13 +5,13 @@ include/jquery-1.4.2.min.js
|
||||||
*.log
|
*.log
|
||||||
*.out
|
*.out
|
||||||
*.version*
|
*.version*
|
||||||
favicon.*
|
#favicon.*
|
||||||
home.html
|
#home.html
|
||||||
addon
|
#addon
|
||||||
*~
|
*~
|
||||||
|
|
||||||
#ignore documentation, it should be newly built
|
#ignore documentation, it should be newly built
|
||||||
doc/api
|
#doc/api
|
||||||
|
|
||||||
#ignore reports, should be generted with every build
|
#ignore reports, should be generted with every build
|
||||||
report/
|
report/
|
||||||
|
|
Loading…
Reference in a new issue