X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=39340a425ee8cde5a3516ab2a519d7bcb01ab9bf;hb=ba5eeed5df7f955d1c51b6d469ca361312349173;hp=88dec63de2292364bfca238d6e7c97ebf4b63b7d;hpb=0f87f3400f662553dacc9a095cd8c7fec3a9a3b2;p=friendica-addons.git diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 88dec63d..39340a42 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,24 @@ -favicon.* -.htconfig.php -\#* -include/jquery-1.4.2.min.js -*.log -*.out -*.version* -#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 +favicon.* +.htconfig.php +\#* +*.log +*.out +*.version* +favicon.* +*~ + +#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 +#ignore OSX .DS_Store files +.DS_Store + +/nbproject/private/ + +#ignore smarty cache +/view/smarty3/compiled/