You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2018/08/28 04:20:59 UTC

[incubator-netbeans] branch master updated: Fix .gitignore (#797)

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

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new da0370b  Fix .gitignore (#797)
da0370b is described below

commit da0370bf3af9e08cd928f06e64e45f09b4237c7d
Author: Junichi Yamamoto <ju...@gmail.com>
AuthorDate: Tue Aug 28 13:20:55 2018 +0900

    Fix .gitignore (#797)
    
    - Change /lib.profiler/release/lib/ to /profiler/lib.profiler/release/lib/
    - Remove hibernate paths because the module was already removed
---
 .gitignore | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 807fdf6..0514c8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,10 +49,7 @@
 /ide/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/parser/TokenMgrError.java
 /debugger.jpda.ui/test/qa-functional/data/debugTestProject/nbproject/private/
 /debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/nbproject/private/
-/hibernate/src/org/netbeans/modules/hibernate/resources/hibernate-configuration-3.0.dtd
-/hibernate/src/org/netbeans/modules/hibernate/resources/hibernate-mapping-3.0.dtd
-/hibernate/src/org/netbeans/modules/hibernate/resources/hibernate-reverse-engineering-3.0.dtd
-/lib.profiler/release/lib/
+/profiler/lib.profiler/release/lib/
 /websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/jaxb/
 /websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/oauth/
 /websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/wadl/


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists