There is no need to unignore `.gitignore`.

Because files and directories starting with a `.` are not ignored in general.
This commit is contained in:
Bengt Lüers 2013-07-04 00:06:48 +02:00
parent ad1289f0d9
commit a6c76a5308
2 changed files with 0 additions and 4 deletions

View File

@ -1,2 +1 @@
!.gitignore
*~

View File

@ -1,6 +1,3 @@
# Ignore all dotfiles...
.*
# Ignore Play! working directory #
db
eclipse