cbm-fles / flesnet

CBM FLES Timeslice Building
7 stars 22 forks source link

Extended gitignore with `.cache` #147

Closed ngreve closed 9 months ago

ngreve commented 9 months ago

The .cache directory will be created by the clangd extension for VScode.

schintke commented 9 months ago

You seem to have created this branch on top your doxygen branch, so it contains the doxygen changes as well. First, locally checkout the master branch before you create a new feature branch.

ngreve commented 9 months ago

I've just noticed my mistake as well. Should be fixed now.

cuveland commented 9 months ago

I added a missing newline at the end, merging now. Just for reference, IDE-specific ignores can also be added to a ~/.gitignore_global file making it available in all repositories.