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 <[email protected]>
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 <[email protected]>
    
    Co-authored-by: Raphael von der Grün <[email protected]>
---
 .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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to