You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/17 21:45:00 UTC

[commons-digester] 01/02: Ignore IML (IntelliJ) files.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git

commit cb4cfb4774980c28cea3cc3e846bff8e3f9b22b1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 17 16:42:26 2021 -0500

    Ignore IML (IntelliJ) files.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d11829c..36cfef1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 .project
 .settings/
 target/
+*.iml
\ No newline at end of file