diff options
Diffstat (limited to '')
-rw-r--r-- | home/git/gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/home/git/gitignore b/home/git/gitignore new file mode 100644 index 0000000..83adbce --- /dev/null +++ b/home/git/gitignore @@ -0,0 +1,12 @@ +*.elc +*pyc +*~ +.DS_Store +.\\# +.dir-locals.el +.direnv/* +.projectile +.pytest_cache/ +tags +/result +/.pre-commit-config.yaml |