1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Subject: Update .gitignore from Debian packaging branch
The Debian packaging git branch contains these updates to the upstream
.gitignore file(s). This patch is autogenerated, to provide these
updates to users of the official Debian archive view of the package.
[dgit (12.9) update-gitignore]
---
diff --git a/.gitignore b/.gitignore
index afc8a0b..b23c819 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,6 @@
.idea
# Dependency directories (remove the comment below to include it)
# vendor/
+
+/.pc/
+/_build/
|