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