diff options
author | Lars G <lagru@mailbox.org> | 2018-06-16 18:17:38 +0200 |
---|---|---|
committer | Lars G <lagru@mailbox.org> | 2018-06-16 18:17:38 +0200 |
commit | 4ad51a30b930eb439312c5665b8a35037da91b2b (patch) | |
tree | e081b76ffd238b3a28fe9f8399f41b19f9169303 | |
parent | de26b1e5aba4649e8d5e1b0cb5af63d64bad438e (diff) | |
download | numpy-4ad51a30b930eb439312c5665b8a35037da91b2b.tar.gz |
DEV: Add ".directory" to gitignore
This file is typically created and used by the file manager Dolphin
from KDE.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e1bd8475e..0a1e1909f 100644 --- a/.gitignore +++ b/.gitignore @@ -99,6 +99,7 @@ Icon? .gdb_history ehthumbs.db Thumbs.db +.directory # pytest generated files # ########################## |