You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/11/23 10:36:42 UTC

[incubator-plc4x] branch develop updated: - Added some more exclusions to the gitignore file

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 52b9351  - Added some more exclusions to the gitignore file
     new fef24a7  Merge remote-tracking branch 'origin/develop' into develop
52b9351 is described below

commit 52b9351d55410d27482f3f0c79aa1d61e4573810
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Nov 23 11:35:06 2018 +0100

    - Added some more exclusions to the gitignore file
---
 .gitignore | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0842fd3..6d85110 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,4 +78,10 @@ local.properties
 *~
 .scannerwork
 
-spock-reports
\ No newline at end of file
+spock-reports
+
+# Other exclusions
+
+.DS_Store
+elasticsearch-data/
+jqassistant/
\ No newline at end of file