feat: Add default gitignore for all my git repos

This commit is contained in:
Dionisio E Alonso 2022-10-30 12:17:56 -03:00
parent 37a93f71fa
commit b2e0ad56e0
1 changed files with 11 additions and 0 deletions

11
git/ignore Normal file
View File

@ -0,0 +1,11 @@
# git ls-files --others --exclude-from=$HOME/.config/git/ignore
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
/.venv/
# vim: ft=gitignore