Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NETBEANS-5032] - update .gitignore to include a few test dirs.. #2540

Merged
merged 1 commit into from
Nov 22, 2020

Conversation

BradWalker
Copy link
Member

When one does the following command:

$ANT_HOME/bin/ant test-platform

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

[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/uses-api/usesapi/UsesPublicClass.class

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

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

    When one does the following command:

    $ANT_HOME/bin/ant test-platform

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

    [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/uses-api/usesapi/UsesPublicClass.class

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

    This change to .gitignore adds these directories to be ignored..
@lkishalmi lkishalmi added this to the 12.3 milestone Nov 22, 2020
@lkishalmi lkishalmi merged commit 461dd54 into apache:master Nov 22, 2020
@BradWalker BradWalker deleted the update_gitignore branch November 22, 2020 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants