diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-04-25 16:51:19 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-04-25 16:51:19 +0200 |
| commit | 135797f7271496a133f315ececfb643e7654c2bb (patch) | |
| tree | c05a3327a42a86787ded38f739079ad403932a65 /.gitignore | |
| parent | 2fb0ec3009aae1a1a157d24ce16ef81dc4cc4453 (diff) | |
| parent | 171edfb73800e7a059c9da094fbbebaa122e9cfa (diff) | |
merge
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67ffb38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +## uninteresting configs +pulse/ +var/ +# PreMid config files (I will remove them anyways) +PreMid/ +dconf/ +autostart/ + +##
\ No newline at end of file |
