diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-02 18:00:07 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-02 19:06:49 +0100 |
| commit | 992c2bdb3d64a5967b8855227222d6c70e275706 (patch) | |
| tree | ee7228a04d5da986242337712fd301bdb87c8e69 /.gitignore | |
| parent | f85dee86f9bbf519eaee91f114d65601541ffed4 (diff) | |
update gitignore
Diffstat (limited to '.gitignore')
| -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 |