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

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new bbf16d2  [tools] Add missing gitignore file
bbf16d2 is described below

commit bbf16d270a7bacbdf5fe8add1e77b4dfc047e76e
Author: Claude Brisson <[email protected]>
AuthorDate: Thu Feb 25 19:50:03 2021 +0100

    [tools] Add missing gitignore file
---
 .gitignore | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6ef9c27
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+#maven
+target
+
+#idea
+*.iml
+.idea
+
+#eclipse
+bin
+.project
+.classpath
+.settings
+
+# OSX
+.DS_Store
+

Reply via email to