X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=.gitignore;h=0c737d358653e97621fe1cb08b46249b4658da70;hp=e1b02adc9d307896424f192433a83dbbb5090548;hb=6dcb879ba3abb21843503cacc65d1fe0848eb90f;hpb=7a7825eeec8e9acb0eeb19d5bc7a350aa9a9b2a1 diff --git a/.gitignore b/.gitignore index e1b02adc9d..0c737d3586 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,23 @@ -/.cache -/.project -/.settings +/.cache/ +/.project/ +/.settings/ +/core/ DOCS/*.log DOCS/doxygen/*.tmp -DOCS/doxygen/html -inc/.secret -inc/cache/*.cache +DOCS/doxygen/html/ +inc/.secret/ +inc/cache/*.cache.php inc/cache/*.log +inc/cache/*.rss inc/cache/.revision -inc/cache/_compiled/email/*.cache -inc/cache/_compiled/html/*.cache -inc/cache/_compiled/xml/*.cache +inc/cache/_compiled/email/*.cache.php +inc/cache/_compiled/html/*.cache.php +inc/cache/_compiled/xml/*.cache.php inc/cache/config-local.php inc/cache/sess_* -/nbproject -theme/org/css/aboutme.css +/nbproject/private/ +/nbproject/*~ +/build/ +/dist/ +.~lock* +.gitcommits