CLEANUP: don't ignore debian/ directory if present

This makes packaging with git tools easier as it is not possible to
cancel anything in debian/.gitignore since the whole directory is
ignored.
This commit is contained in:
Vincent Bernat 2015-10-14 21:43:58 +02:00 committed by Willy Tarreau
parent 5c5147fa76
commit 638f66ac05
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -68,3 +68,4 @@ tests/test_hashes
!/include
!/src
!/tests
!/debian