Skip to content

Commit d763b41

Browse files
committed
Make paths in .gitignore absolute
By making paths absolute we make the intent for what is to be ignored clearer.
1 parent d5ca7e0 commit d763b41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ dkms.conf
6868
typedefs*.list
6969

7070
# test files
71-
results/
72-
t/results/
73-
tmp_check/
71+
/results/
72+
/t/results/
73+
/tmp_check/

0 commit comments

Comments
 (0)