From 0ef757ba5d3002190b873a46bc275276d7119272 Mon Sep 17 00:00:00 2001 From: Jody Garnett Date: Tue, 30 Jun 2020 10:10:49 -0700 Subject: [PATCH] ignore more files (class, jar, . DS_Store) Signed-off-by: Jody Garnett --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71554b4a17..931f1f1dae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,13 @@ target .project .settings .externalToolBuilders -build \ No newline at end of file +build + +# standard ignores +*.class +*.log +*.jar +hs_err_pid* + +# operating system specific +.DS_Store \ No newline at end of file