From 9b062e5b7e8478d78dabaf60701d647b7aaa9b6e Mon Sep 17 00:00:00 2001 From: yoni206 Date: Thu, 19 Apr 2018 15:42:39 -0700 Subject: [PATCH] Adding config/tap-driver.sh to .gitignore (#1792) #1791 removed config/tap-driver.sh from the repo, as ./autogen.sh adds it automatically. The current PR prevents this file from being added to the untracked changes list when doing git status. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b63d4c851..4bcdbe54a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ generated/ *.gcov /lcov/ /config/compile +/config/tap-driver.sh .cvc4_config config.reconfig *.swp -- 2.30.2