AMReX-Astro / Nyx

An adaptive mesh, N-body hydro cosmological simulation code
https://amrex-astro.github.io/Nyx/
Other
90 stars 36 forks source link

runlog, tags, compile_commands.json in gitignore #92

Open n8xm opened 7 months ago

n8xm commented 7 months ago

Extended the .gitignore with some common files that should be ignored:

  1. ctags file
  2. JSON compilation database
  3. runlog file

1) and 2) are often generated during C++ development but usually are not tracked by version control. 3) is generated on each Nyx run.