From 554cba5299864bb96cdc0d84718d5292861bf3a9 Mon Sep 17 00:00:00 2001 From: Fabien Udriot Date: Thu, 12 Jun 2014 10:00:44 +0200 Subject: [PATCH] [TASK] Add more files in gitignore file Whenever running the Functional Tests directly from the Core, the framework requires some additional folders that can be added to the gitignore file. More info about Functional Testing: http://wiki.typo3.org/Functional_testing Change-Id: If51851f32ebeda0eb6829dc3f16d87709904824a Releases: 6.3, 6.2 Resolves: #59514 Reviewed-on: https://review.typo3.org/31147 Reviewed-by: Markus Klein Tested-by: Markus Klein --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 25c570998ed7..2c61ebfbc944 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ .settings .TemporaryItems .webprj +bin/* nbproject +Packages/* +typo3temp/* -- 2.20.1