From 6ba59b9ab81035aa80599f21a16c4305e96223be Mon Sep 17 00:00:00 2001 From: Rick Jaffe Date: Mon, 27 Feb 2012 16:28:20 -0800 Subject: [PATCH] NOJIRA: preventing display of target/ files in git status results. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..2f7896d1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target/ -- 2.47.3