Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Add tests/*.vgr (output files from vagrant tests runs), and a few
other missing patterns.

Reviewed-by: Benjamin Marzinski <[email protected]>
  • Loading branch information
mwilck committed Sep 7, 2021
1 parent ad672fb commit 91a04a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
*.a
*.gz
*.d
\#*
cscope.files
cscope.out
kpartx/kpartx
multipath/multipath
multipathd/multipathd
Expand All @@ -21,5 +24,6 @@ libdmmp/test/libdmmp_test
libdmmp/test/libdmmp_speed_test
tests/*-test
tests/*.out
tests/*.vgr
libmultipath/nvme-ioctl.c
libmultipath/nvme-ioctl.h

0 comments on commit 91a04a4

Please sign in to comment.