From 5d6e69a6e46ee0631713d08b081afaa709b8ec59 Mon Sep 17 00:00:00 2001 From: Noel Kuntze Date: Fri, 23 Jul 2021 23:29:23 +0200 Subject: [PATCH] gitignore: Add nbproject/ As used by the NetBeans IDE. Closes strongswan/strongswan#505. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6b415b2fce..fc41250c47 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ coverage/ /*.files /*.includes test-driver +nbproject/ -- 2.47.2