diff options
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0a0ae7f..f2b4429 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ # To track a file using the dotfile repo add it using: git add -f FILE # or exclude below +!bin +!bin/** + !.config !.config/** .config/mpv/scripts @@ -21,3 +24,6 @@ .local/share/s6/**/events .local/share/s6/**/lock .local/share/s6/**/control + +*.db +*.old |