# ignore all dotfiles by default .* # unhide dotfiles we want to keep !.gitignore !.editorconfig !.clang-format !/.github/ # hide output files *.o *.d *.out /bin/ /obj/ /test/bin/ /test/obj/ *.lock compile_commands.json