Skip to content

Commit 4d319db

Browse files
committed
debian/.gitignore: Add generated files during Debian package build
When building a Debian package in place, several files will be created in `debian/`. Add them to `.gitignore`. Signed-off-by: Benjamin Drung <[email protected]>
1 parent 19fa263 commit 4d319db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

debian/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*.debhelper
2+
/*.log
3+
/*.substvars
4+
/files
5+
/ibacm/
6+
/ibverbs-providers/
7+
/ibverbs-utils/
8+
/infiniband-diags/
9+
/lib*/
10+
/python3-pyverbs/
11+
/rdma-core/
12+
/rdmacm-utils/
13+
/srptools/
14+
/tmp/

0 commit comments

Comments
 (0)