From c0ca89a1d98076b4080059c570bcc7433518ca7a Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 10 Dec 2021 12:30:12 -0800 Subject: [PATCH] add .gitignore to ignore the generated vhdl --- openpower/isatables/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 openpower/isatables/.gitignore diff --git a/openpower/isatables/.gitignore b/openpower/isatables/.gitignore new file mode 100644 index 00000000..099523fe --- /dev/null +++ b/openpower/isatables/.gitignore @@ -0,0 +1 @@ +/sv_decode.vhdl \ No newline at end of file -- 2.30.2