fabric-testbed / InformationModel

FABRIC Information Model library
MIT License
7 stars 1 forks source link

Ignore files generated by the test suite #143

Closed sajith closed 1 year ago

sajith commented 1 year ago

After running tests, git status is a little noisy:

$ git status
On branch rel1.4
Your branch is behind 'origin/rel1.4' by 8 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    LBNL-ad.graphml
    Network-ad.graphml
    RENCI-ad.graphml
    UKY-ad.graphml
    neo4j/data/databases/
    neo4j/data/dbms/
    neo4j/data/transactions/
    single-site.cyt.json
    single-site.graphml
    single-site.json
    two-site.cyt.json
    two-site.graphml
    two-site.json

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

This PR adds those files and directories to .gitignore.