You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2017/12/05 22:15:02 UTC

[directory-server] 02/02: Add .gitignore file

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

seelmann pushed a commit to branch apacheds-value
in repository https://gitbox.apache.org/repos/asf/directory-server.git

commit 8fb0666680790320140f6638b5c9f278bde27cbc
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Tue Dec 5 23:13:48 2017 +0100

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

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f59847a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+target/
+.project
+.classpath
+.settings/
+.svn/
+bin/
+# Intellij
+*.ipr
+*.iml
+.idea
+out/
+.DS_Store
+/bootstrap
+/dependencies.xml
+.java-version
+META-INF/
+dependency-reduced-pom.xml
+

-- 
To stop receiving notification emails like this one, please contact
"commits@directory.apache.org" <co...@directory.apache.org>.