Update gitignore for new test bench build files
authorMichael Neuling <mikey@neuling.org>
Fri, 11 Oct 2019 05:02:04 +0000 (16:02 +1100)
committerMichael Neuling <mikey@neuling.org>
Fri, 11 Oct 2019 05:03:26 +0000 (16:03 +1100)
Just ignore all *_tb files

Signed-off-by: Michael Neuling <mikey@neuling.org>
.gitignore

index 0d30c4ab5c4c472477dfd8deac1989e77180cfc6..41c4fccb7a78ee4235f00c6c8b78f4af064b7e6b 100644 (file)
@@ -2,9 +2,5 @@
 *~
 *.cf
 *.s
-core_tb
-fetch_tb
-loadstore_tb
-soc_reset_tb
-simple_ram_behavioural_tb
+*_tb
 simple_ram_behavioural.bin
\ No newline at end of file