]> git.mxchange.org Git - friendica-addons.git/blob - .gitignore
Merge remote-tracking branch 'upstream/master'
[friendica-addons.git] / .gitignore
1 favicon.*
2 .htconfig.php
3 \#*
4 include/jquery-1.4.2.min.js
5 *.log
6 *.out
7 *.version*
8 favicon.*
9 home.html
10 addon
11 *~
12
13 #ignore documentation, it should be newly built 
14 doc/api
15
16 #ignore reports, should be generted with every build
17 report/
18
19 #ignore config files from eclipse, we don't want IDE files in our repository
20 .project
21 .buildpath
22 .externalToolBuilders
23 .settings