X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=34675be90bf147a6cf85f15b3e060271802ecf40;hb=d1984c4c643390664a4e32c8c9f518e1ef6ad45c;hp=837b2e8767bf037a87dc6772ae326065fdeefe69;hpb=1bba63fb607c2cb5fb2c002e63ad7128ecf8b1ea;p=friendica.git diff --git a/.gitignore b/.gitignore index 837b2e8767..34675be90b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,25 @@ favicon.* .htconfig.php \#* -wip/* include/jquery-1.4.2.min.js *.log *.out *.version* -push* +favicon.* home.html +addon +*~ + +#ignore documentation, it should be newly built +doc/api + +#ignore reports, should be generted with every build +report/ + +#ignore config files from eclipse, we don't want IDE files in our repository +.project +.buildpath +.externalToolBuilders +.settings + +view/theme/smoothly \ No newline at end of file