]> git.mxchange.org Git - friendica.git/blob - .gitignore
Merge remote branch 'upstream/master'
[friendica.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 config files from eclipse, we don't want IDE files in our repository
17 .project
18 .buildpath
19 .externalToolBuilders
20 .settings