diff options
Diffstat (limited to 'dot_config/git/ignore')
| -rw-r--r-- | dot_config/git/ignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dot_config/git/ignore b/dot_config/git/ignore new file mode 100644 index 0000000..07d5ee0 --- /dev/null +++ b/dot_config/git/ignore @@ -0,0 +1,21 @@ +*.mod +*.tar.gz +*.tar.zst +*.zip +.SRCINFO +**/.cache/clangd/index/ +__pycache__/ +build*/ +/compile_commands.json +node_modules/ +.env/ +.venv/ +env/ +venv/ +.gdbinit +.lldbinit +.nvim.lua +.nvim/ +.ignore +/tablegen_compile_commands.yml +.git.copilot |
