From 547c13860b7c8f3965237701b8c5df99c6520049 Mon Sep 17 00:00:00 2001 From: Henry Cook Date: Mon, 19 Aug 2013 16:36:50 -0700 Subject: [PATCH] futher git cleanup --- .gitignore | 5 ++--- .gitmodules | 6 ------ 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 8b2141f..00d9cc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ verilog/ -sbt/hwacha/target/ -sbt/project/target/ -sbt/target/ +project/ +target/ diff --git a/.gitmodules b/.gitmodules index 9c10b14..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +0,0 @@ -[submodule "hardfloat"] - path = hardfloat - url = git@github.com:ucb-bar/hardfloat.git -[submodule "chisel"] - path = chisel - url = git@github.com:ucb-bar/chisel.git