From a9df34f99c43668896f1135c1a29aa1c2611ecce Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 20 Oct 2017 17:19:57 +0200 Subject: [PATCH] Add .gitignore file. --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore 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 +