From 7c1ec7d18a7262ac1a3c5a0631c6617c01f1e965 Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Mon, 13 Mar 2017 12:44:30 -0500 Subject: [PATCH] Ignore a "lib" subdirectory that Maven creates This arises at some point during "mvn compile install". I'm not sure exactly when, but it's definitely automated, and therefore not appropriate to track in git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5fbcf5b32..994408011 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ com.ibm.wala.cast.java.polyglot/lib/ com.ibm.wala.cast.java.test.data/src/JLex/ com.ibm.wala.cast.java.test/testdata/ com.ibm.wala.cast.js.html.nu_validator/lib/ +com.ibm.wala.cast.js.nodejs/lib/ com.ibm.wala.cast.js.rhino.test/*.dump com.ibm.wala.cast.js.rhino.test/*.html* com.ibm.wala.cast.js.rhino.test/2009_swine_flu_outbreak