commit | ae885ae581b3c41a684908d7080bd6c10284b209 | [log] [tgz] |
---|---|---|
author | Vincent Bernat <vincent@bernat.im> | Wed Oct 14 21:43:58 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 14 22:58:21 2015 +0200 |
tree | 3fb776073d5d440854bea596d5948e5b413fd1b5 | |
parent | 90f8b9936c34e525da50ee796d3ff1b5ee17b8b3 [diff] [blame] |
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. (cherry picked from commit 638f66ac05f092400676ccd28f44a2869a88d5d8)
diff --git a/.gitignore b/.gitignore index 1953ba3..a7b557a 100644 --- a/.gitignore +++ b/.gitignore
@@ -65,3 +65,4 @@ !/include !/src !/tests +!/debian