diff options
author | Glenn Adams <glenn@skynav.com> | 2023-03-12 19:39:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 19:39:13 -0500 |
commit | 96a114cb7b8c23835b3aa4205b56c88ba5e7c6c3 (patch) | |
tree | 84eebdb70170bb42a402c72208e3c6976c0324e7 | |
parent | 171772bd94d207e8927b7793eb1ab7e6c240d338 (diff) | |
download | xmlgraphics-fop-96a114cb7b8c23835b3aa4205b56c88ba5e7c6c3.tar.gz xmlgraphics-fop-96a114cb7b8c23835b3aa4205b56c88ba5e7c6c3.zip |
Add git ignores (#71)skynavga/configure-sonar-support
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b4ec6dd10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ + +# maven artifacts +target/ + +# test artifacts +build/ + +# miscellaneous +*~ +*.bak |