From ad1289f0d9b023f69f4712d97c8f5ad311181bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Wed, 3 Jul 2013 23:19:10 +0200 Subject: [PATCH 1/2] Files and directories starting with a `.` should not be ignored in general. --- Global/Linux.gitignore | 1 - PlayFramework.gitignore | 3 --- 2 files changed, 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 151e2997..7c2f400f 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,3 +1,2 @@ -.* !.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 663eb677..a4a0cf3a 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,8 +1,5 @@ -# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore # Ignore all dotfiles... .* -# except for .gitignore -!.gitignore # Ignore Play! working directory # db From a6c76a5308207f9caa294a6ee7514157eeee9f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Thu, 4 Jul 2013 00:06:48 +0200 Subject: [PATCH 2/2] There is no need to unignore `.gitignore`. Because files and directories starting with a `.` are not ignored in general. --- Global/Linux.gitignore | 1 - PlayFramework.gitignore | 3 --- 2 files changed, 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 7c2f400f..b25c15b8 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,2 +1 @@ -!.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index a4a0cf3a..b43233e1 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,6 +1,3 @@ -# Ignore all dotfiles... -.* - # Ignore Play! working directory # db eclipse