This is an automated email from the ASF dual-hosted git repository. nick pushed a commit to branch multiple-parsers in repository https://gitbox.apache.org/repos/asf/tika.git
commit 3555745fcbb6a8601dcd1af27a6a9ab07fa40250 Author: Nick Burch <[email protected]> AuthorDate: Tue Mar 13 14:54:02 2018 +0000 Ignore vim temp files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d8e7384..7c3e3e6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ nb-configuration.xml *.DS_Store *.tmp-inception *.snap +.*.swp tika-deployment/tika-snap-app/parts/ tika-deployment/tika-snap-app/prime/ tika-deployment/tika-snap-app/snap/ -- To stop receiving notification emails like this one, please contact [email protected].
