From 901ad4e91782575e2121b5122c68445c02ded879 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 27 Jun 2020 13:18:06 +0200 Subject: [PATCH] Update git ignore locations --- .gitignore | 3 ++- ecp5/.gitignore | 2 +- ice40/.gitignore | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9796d242..ca7b6e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,8 @@ build/ /Testing/* CTestTestfile.cmake install_manifest.txt -/bbasm +/bba/bbasm +/bba-export.cmake /ImportExecutables.cmake *-coverage/ *-coverage.info diff --git a/ecp5/.gitignore b/ecp5/.gitignore index 3249a7bb..584e919d 100644 --- a/ecp5/.gitignore +++ b/ecp5/.gitignore @@ -1,2 +1,2 @@ __pycache__ -chipdbs/ +chipdb/ diff --git a/ice40/.gitignore b/ice40/.gitignore index 55bd67ee..4427356a 100644 --- a/ice40/.gitignore +++ b/ice40/.gitignore @@ -2,6 +2,6 @@ /blinky_tb /blinky_tb.vcd /picorv32.v -/chipdbs/ +/chipdb/ *.blif