From 51efbb86a15192d15d31f720d1dfc0eb8d8217c7 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 6 Oct 2017 11:47:27 +0200 Subject: [PATCH] Add Travis configuration and .gitignore files. --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e78ae3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +.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 +