commit | 638f66ac05f092400676ccd28f44a2869a88d5d8 | [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:51:45 2015 +0200 |
tree | 998ad1767f294f8bca492b0d619fe056cfabae47 | |
parent | 5c5147fa76c8194e4ade6b60034b1793205d7ec5 [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.
diff --git a/.gitignore b/.gitignore index 45ff1c3..0292bcc 100644 --- a/.gitignore +++ b/.gitignore
@@ -68,3 +68,4 @@ !/include !/src !/tests +!/debian