From 24d50f85db5d1818d7f24c5278fee1d124dc1a8e Mon Sep 17 00:00:00 2001 From: Aniruddha Shastri Date: Wed, 9 May 2018 13:28:57 -0500 Subject: [PATCH] Ignore the .cache folder for LabVIEW projects Ignore the .cache folder for LabVIEW projects. This is a local folder with metadata used by LabVIEW NXG. --- LabVIEW.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore index 12245086..31619f59 100644 --- a/LabVIEW.gitignore +++ b/LabVIEW.gitignore @@ -14,3 +14,4 @@ # Metadata *.aliases *.lvlps +.cache/