From e0183e7779e6b3667921b6918c507b2edd04e93b Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 1 Oct 2021 09:09:55 -0400 Subject: [PATCH] rt-tests: Add *.dat to .gitignore Add *.dat to .gitignore so that files such as trace.dat are ignored by git Tested-by: Leah Leshchinsky Signed-off-by: John Kacur --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a975c4b..61fb49c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.bz2 *.xz *.asc +*.dat tmp patches ChangeLog