From 638f66ac05f092400676ccd28f44a2869a88d5d8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 14 Oct 2015 21:43:58 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 45ff1c372..0292bcc1b 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ tests/test_hashes !/include !/src !/tests +!/debian