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