diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-02-03 13:57:05 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-02-03 13:57:05 +0100 |
commit | 643a147b186205b7cb91f0f53a3c627cf99ddf35 (patch) | |
tree | 7d9f244d53f255dc27040fcf61637010e69d1d63 /.gitignore.d/git | |
parent | 44fe19f7f849aca9b3347ab69ae11ef9c5604c15 (diff) |
add gitignore file
Diffstat (limited to '.gitignore.d/git')
-rw-r--r-- | .gitignore.d/git | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore.d/git b/.gitignore.d/git new file mode 100644 index 0000000..a608681 --- /dev/null +++ b/.gitignore.d/git @@ -0,0 +1,7 @@ +* +!/.config/ +!/.config/git/ +!/.config/git/** +!/.config/git/config +!/.gitignore.d/ +!/.gitignore.d/git |