From 63b399d63948766b3831cf7bcfbcb262910ec196 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sat, 30 Nov 2013 19:03:45 -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: Ied67832349f791f8373c1dadfbb7a14bb824f05c --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 33f51ec..4fc15c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ .DS_Store? target/ + +# NetBeans user-specific build actions +nbactions.xml +