Update .gitignore and slightly more verbose lvs-*
diff --git a/Makefile b/Makefile
index 90fdc94..6d9f7f3 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,8 @@
 	@echo ""
 	python3 ./scripts/count_lvs.py -f ./verilog/gl/$*.v_comp.json
 	mv -f ./verilog/gl/*{.out,.json,.log} ./spi/lvs/tmp 2> /dev/null || true
+	@echo ""
+	@echo "LVS: ./spi/lvs/$*.spice vs. ./verilog/gl/$*.v"
 	@echo "Comparison result: ./spi/lvs/tmp/$*.v_comp.out"
 
 # DRC
diff --git a/gds/.gitignore b/gds/.gitignore
index a0c9f17..35e41d0 100644
--- a/gds/.gitignore
+++ b/gds/.gitignore
@@ -1,2 +1,3 @@
 *.gds
-tmp/
\ No newline at end of file
+tmp/
+*_drc.txt
diff --git a/openlane/.gitignore b/openlane/.gitignore
index 18de8e8..e4867d8 100644
--- a/openlane/.gitignore
+++ b/openlane/.gitignore
@@ -1 +1,2 @@
 */runs
+default.cvcrc