diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2020-06-27 13:18:06 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2020-06-27 13:18:06 +0200 |
commit | 901ad4e91782575e2121b5122c68445c02ded879 (patch) | |
tree | 34e68d9a4133fcc24cde27a362a9302e14f8f712 | |
parent | 9eb6e549c5ef6c63fee9e13c7397178e67af2a40 (diff) | |
download | nextpnr-901ad4e91782575e2121b5122c68445c02ded879.tar.gz nextpnr-901ad4e91782575e2121b5122c68445c02ded879.tar.bz2 nextpnr-901ad4e91782575e2121b5122c68445c02ded879.zip |
Update git ignore locations
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | ecp5/.gitignore | 2 | ||||
-rw-r--r-- | ice40/.gitignore | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -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 |