You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2020/01/07 19:32:28 UTC

[cordova-android] branch master updated: Ignore auto-generated eclipse buildship files (#831)

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

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 08ab7d4  Ignore auto-generated eclipse buildship files (#831)
08ab7d4 is described below

commit 08ab7d4b5951a88bcf63b592bfaec19eb12dbced
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Tue Jan 7 15:32:19 2020 -0400

    Ignore auto-generated eclipse buildship files (#831)
    
    * git ignore eclipse build ship files that gets auto-generated in Eclipse and some other code editors.
    
    * Changed **./project to .project as suggested
    
    Co-Authored-By: Raphael von der Grün <ra...@gmail.com>
    
    Co-authored-by: Raphael von der Grün <ra...@gmail.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 52877f9..26b5150 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,5 @@ node_modules/
 coverage/
 .nyc_output/
 package-lock.json
+# Eclipse Buildship files
+.project


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org