You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2018/08/24 20:02:33 UTC

[beam] branch master updated: Remove accidentally added .DS_Store file (#6275)

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

thw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 94965de  Remove accidentally added .DS_Store file (#6275)
94965de is described below

commit 94965de9b9744b1e1aec1dc809a9aad597632256
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Fri Aug 24 13:02:27 2018 -0700

    Remove accidentally added .DS_Store file (#6275)
---
 .gitignore                                               |   1 +
 .../org/apache/beam/runners/flink/translation/.DS_Store  | Bin 6148 -> 0 bytes
 2 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8868b6e..f7e691a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,6 +72,7 @@ sdks/python/nosetests.xml
 
 # Ignore MacOSX files.
 **/.DS_Store/**/*
+**/.DS_Store
 
 # Ignore Jupyter notebook checkpoints.
 **/.ipynb_checkpoints/**/*
diff --git a/runners/flink/src/main/java/org/apache/beam/runners/flink/translation/.DS_Store b/runners/flink/src/main/java/org/apache/beam/runners/flink/translation/.DS_Store
deleted file mode 100644
index 454b32d..0000000
Binary files a/runners/flink/src/main/java/org/apache/beam/runners/flink/translation/.DS_Store and /dev/null differ