Ran last commit from the wrong directory and didn't catch most of the
modified files.
diff --git a/.gitignore b/.gitignore
index 0cb02a5..3c2b7bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,17 +11,13 @@
*_migrate.log
# autotools artifacts
-scripts/*
-!scripts/configure
-!scripts/configure.ac
-!scripts/tools.txt
-!scripts/rl
**/Makefile
**/Makefile.am
# exceptions for travisCI
!.travisCI/Makefile
-# staged PDKs
-sky130/sky130A
-sky130/sky130A/*
+# local install cache
+/pdks
+/libs
+/tools
\ No newline at end of file