Brad Walker created NETBEANS-5032:
-------------------------------------

             Summary: update .gitignore to include a few test dirs..
                 Key: NETBEANS-5032
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5032
             Project: NetBeans
          Issue Type: Improvement
            Reporter: Brad Walker
            Assignee: Brad Walker


When one does the following command:

$ANT_HOME/bin/ant test-platform

Numerous test related files get created that should be ignored..

{code:java}
[bwalker@localhost netbeans]$ git status
On branch master
Untracked files:
  (use "git add <file>..." to include in what will be committed)
        
platform/o.n.bootstrap/test/unit/data/jars/agent/org/agent/HelloWorld.class
        
platform/o.n.bootstrap/test/unit/data/jars/agent/org/agent/HelloWorldAgent.class
        platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/bar/
        
platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/foo/Something.class
        
platform/o.n.bootstrap/test/unit/data/jars/cyclic-1/org/foo/SomethingElse.class
        
platform/o.n.bootstrap/test/unit/data/jars/cyclic-2/org/bar/Something.class
        
platform/o.n.bootstrap/test/unit/data/jars/cyclic-2/org/bar/SomethingElse.class
        
platform/o.n.bootstrap/test/unit/data/jars/dep-on-dep-on-simple/org/baz/SomethingElseAgain.class
        
platform/o.n.bootstrap/test/unit/data/jars/depends-on-cyclic-1/org/baz/Whatever.class
        
platform/o.n.bootstrap/test/unit/data/jars/depends-on-library-src/org/dol/User.class
        
platform/o.n.bootstrap/test/unit/data/jars/depends-on-simple-module/org/bar/SomethingElse.class
        
platform/o.n.bootstrap/test/unit/data/jars/exposes-api/org/netbeans/api/foo/PublicClass.class
        
platform/o.n.bootstrap/test/unit/data/jars/exposes-api/org/netbeans/modules/foo/ImplClass.class
        
platform/o.n.bootstrap/test/unit/data/jars/fragment-module/org/foo/FragmentContent.class
        
platform/o.n.bootstrap/test/unit/data/jars/host-module/org/foo/Something.class
        
platform/o.n.bootstrap/test/unit/data/jars/library-src/pkg/subpkg/Something.class
        
platform/o.n.bootstrap/test/unit/data/jars/look-for-myself/lookformyself/Loder.class
        platform/o.n.bootstrap/test/unit/data/jars/patch/pkg/subpkg/B.class
        platform/o.n.bootstrap/test/unit/data/jars/patchable/pkg/subpkg/A.class
        platform/o.n.bootstrap/test/unit/data/jars/patchable/pkg/subpkg/B.class
        
platform/o.n.bootstrap/test/unit/data/jars/prov-foo/org/prov_foo/Clazz.class
        
platform/o.n.bootstrap/test/unit/data/jars/simple-module/org/foo/Something.class
        
platform/o.n.bootstrap/test/unit/data/jars/uses-api-transitively/usesapitrans/UsesDirectAPI.class
        
platform/o.n.bootstrap/test/unit/data/jars/uses-api-transitively/usesapitrans/UsesIndirectAPI.class
        
platform/o.n.bootstrap/test/unit/data/jars/uses-api/usesapi/UsesImplClass.class
        
platform/o.n.bootstrap/test/unit/data/jars/uses-api/usesapi/UsesPublicClass.class

nothing added to commit but untracked files present (use "git add" to track)
{code}

This change to .gitignore adds these directories to be ignored..





--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to