From 6e9d58f5145474d58de43df6177b5978d860f9c5 Mon Sep 17 00:00:00 2001 From: Simon Schick Date: Wed, 9 Jan 2013 13:25:51 +0100 Subject: [PATCH 1/2] Update Typo3.gitignore - ignore symlinks, not directories for core-files --- Typo3.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index 0ee23cbf..16bec1a2 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -12,7 +12,7 @@ /typo3conf/localconf_local.php # Ignore system folders, you should have them symlinked. # If not comment out the following two entries. -/typo3/ -/t3lib/ +/typo3 +/t3lib # Ignore temp directory. /typo3temp/ From 361027493692b1ce646922dce738e0f5b98b25f0 Mon Sep 17 00:00:00 2001 From: Simon Schick Date: Wed, 9 Jan 2013 13:37:51 +0100 Subject: [PATCH 2/2] Update Typo3.gitignore - added version number as TYPO3 CMS v6 needs different .gitignore file --- Typo3.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index 16bec1a2..d1593b16 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -1,4 +1,4 @@ -## Typo3 +## TYPO3 v4 # Ignore serveral upload and file directories. /fileadmin/user_upload/ /fileadmin/_temp_/