regen master messages.po
[friendica.git/.git] / .gitignore
1 favicon.*\r
2 .htconfig.php\r
3 .htpreconfig.php\r
4 \#*\r
5 include/jquery-1.4.2.min.js\r
6 *.log\r
7 *.out\r
8 *.version*\r
9 favicon.*\r
10 home.html\r
11 addon\r
12 *.orig\r
13 *~\r
14 robots.txt\r
15 \r
16 #ignore documentation, it should be newly built\r
17 doc/html\r
18 \r
19 #ignore reports, should be generted with every build\r
20 report/\r
21 \r
22 #ignore config files from eclipse, we don't want IDE files in our repository\r
23 .project\r
24 .buildpath\r
25 .externalToolBuilders\r
26 .settings\r
27 #ignore OSX .DS_Store files\r
28 .DS_Store\r
29 \r
30 /nbproject/private/\r
31 \r
32 #ignore smarty cache\r
33 /view/smarty3/compiled/\r
34 \r
35 #ignore cache folders\r
36 /privacy_image_cache/\r
37 /photo/\r
38 /proxy/\r
39 nbproject\r
40 \r
41 #ignore vagrant dir\r
42 .vagrant/\r
43 \r
44 #ignore local folder\r
45 /local/\r
46 \r
47 #ignore config files from Visual Studio\r
48 /.vs/\r
49 /php_friendica.phpproj\r
50 /php_friendica.sln\r
51 /php_friendica.phpproj.user\r
52 \r
53 #ignore things from transifex-client\r
54 venv/\r
55 \r
56 #ignore Composer dependencies\r
57 /vendor\r
58 /view/asset\r
59 \r
60 #ignore config files from JetBrains\r
61 /.idea\r