summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars G <lagru@mailbox.org>2018-06-16 18:17:38 +0200
committerLars G <lagru@mailbox.org>2018-06-16 18:17:38 +0200
commit4ad51a30b930eb439312c5665b8a35037da91b2b (patch)
treee081b76ffd238b3a28fe9f8399f41b19f9169303
parentde26b1e5aba4649e8d5e1b0cb5af63d64bad438e (diff)
downloadnumpy-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--.gitignore1
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 #
##########################