From a8808221d7ae65a256c5a6b4f1d760de09149e3d Mon Sep 17 00:00:00 2001 From: "Peter J. Martel" <pmartel@basistech.com> Date: Tue, 18 Oct 2011 12:37:42 -0400 Subject: [PATCH] Add windows build folders, bindings library folders, and binding netbeans user settings to gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..819985bdb --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/bindings/java/nbproject/private/ +/bindings/java/lib/ +/win32/Debug_NoLibs/ +/win32/*/Debug_NoLibs/ +/win32/Debug/ +/win32/*/Debug/ +/win32/Release/ +/win32/*/Release/ +/win32/*/*.user \ No newline at end of file -- GitLab