Skip to content
  • Christopher Davis's avatar
    Create .gitignore · e7c1402b
    Christopher Davis authored
    A .gitignore is useful for telling Git what it shouldn't look
    for changes in. In this case, we need to add meson's default
    build directory, `_build`, to the .gitignore file. Prevents
    the user from accidentally committing files from the build directory.
    e7c1402b