diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 8b09fdb5e..ca364ecfc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,9 @@ *.pem *.swp -/.config.cache -/.gdbargs -/.modulemanager +.* +!.git* + /BSDmakefile /GNUmakefile /build |