Add *.dat to .gitignore so that files such as trace.dat are ignored by git Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a975c4bd28fb..61fb49c874d3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.bz2 *.xz *.asc +*.dat tmp patches ChangeLog -- 2.31.1