From def2d0cbf8998eb26135b897977c099d1f0c5f21 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 15 Feb 2015 11:54:11 +0100 Subject: [PATCH] Git ignore build outputs. Signed-off-by: Pavel Pisa --- hw/.gitignore | 1 + hw/tb/.gitignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 hw/.gitignore create mode 100644 hw/tb/.gitignore diff --git a/hw/.gitignore b/hw/.gitignore new file mode 100644 index 0000000..e35d885 --- /dev/null +++ b/hw/.gitignore @@ -0,0 +1 @@ +_build diff --git a/hw/tb/.gitignore b/hw/tb/.gitignore new file mode 100644 index 0000000..303b81e --- /dev/null +++ b/hw/tb/.gitignore @@ -0,0 +1,4 @@ +*.o +*.ghw +*.vcd +lx_dad_top_tb -- 2.39.2