diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d327c3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +.DS_Store +.buildpath +.cache +.project +.settings +nbproject/ +*~ +.#* +*.bak +*.orig +*.rej +*.swp +*.kdev4 +.kdev4/* + +# Ignore ALL config files +conf.php + +# Ignore testing files +run-tests.log +/test/*/*/*.diff +/test/*/*/*.exp +/test/*/*/*.log +/test/*/*/*.out +/test/*/*/*/*.diff +/test/*/*/*/*.exp +/test/*/*/*/*.log +/test/*/*/*/*.out + +# Ignore locally defined config +/config/*.d/*.php +/config/*.old +/config/conf.bak.php +/config/hooks.php +/config/menu.php +/config/*.local.php +/config/*-*.php +