ExPaNDS-eu / ExPaNDS-experimental-techniques-ontology

EU Photon and Neutron Ontologies (task 3.2)
8 stars 4 forks source link

Teach git to ignore panet-build generated output #131

Closed paulmillar closed 4 months ago

paulmillar commented 4 months ago

Motivation:

The PaNET build script generates both the PaNET ontology (sources/PaNET.owl) and some web-based documentation in the directory widoco/. Therefore, after building PaNET, git sees these artefacts as potentiall new content and commands like git status show warnings about them.

Modification:

Create a .gitignore file to identify that these artefacts are auto-generated, so should be ignored.

Results:

git no longer warns about generated content as being untracked.

Closes: #130