From: Vincent Bernat <vincent@bernat.im>
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 45ff1c37236e..0292bcc1b4ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@ tests/test_hashes
!/include
!/src
!/tests
+!/debian
--
2.6.1
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 45ff1c37236e..0292bcc1b4ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@ tests/test_hashes
!/include
!/src
!/tests
+!/debian
--
2.6.1