From 2d9ec266ec96e2d0c34c1eba6f7399c8951daa4a Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 26 Nov 2013 09:21:31 -0600 Subject: [PATCH] Ignore nbactions.xml This file is a per-user build customization file created by NetBeans, which is often created for documentation projects to define the "clean generate-sources" action for easy access in the UI. Change-Id: I52716ffb93d22dd3c78f5fec6896b9a6529a2336 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f2564bc..ba57bce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .DS_Store target/ + +# NetBeans user-specific build actions +nbactions.xml