Skip to content

Commit

Permalink
.gitignore: Do not ignore .kunitconfig files
Browse files Browse the repository at this point in the history
Circumvent the .gitignore wildcard to avoid warnings about ignored
.kunitconfig files. As far as I can tell, the warnings are harmless
and these files are not actually ignored.

Reported-by: kernel test robot <[email protected]>
Link: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Chuck Lever <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
chucklever authored and kuba-moo committed Apr 20, 2023
1 parent f1836a4 commit 2bc42f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ modules.order
!.gitignore
!.mailmap
!.rustfmt.toml
!.kunitconfig

#
# Generated include files
Expand Down

0 comments on commit 2bc42f4

Please sign in to comment.