You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2023/03/06 22:00:54 UTC

[xmlgraphics-commons] branch skynavga/add-gitignore updated: Add initial .gitignore

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

gadams pushed a commit to branch skynavga/add-gitignore
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-commons.git


The following commit(s) were added to refs/heads/skynavga/add-gitignore by this push:
     new 74217ef  Add initial .gitignore
74217ef is described below

commit 74217efef0ae33aeca1a4b7fabd2d87642d3750a
Author: Glenn Adams <gl...@skynav.com>
AuthorDate: Mon Mar 6 16:00:34 2023 -0600

    Add initial .gitignore
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5fe3e0b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+
+# maven artifacts
+target/
+
+# test artifacts
+build/
+
+# miscellaneous
+*~


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org