Browse code

update .gitignore

Bas Nijholt authored on 15/11/2017 11:31:32
Showing 1 changed files
... ...
@@ -87,3 +87,11 @@ ENV/
87 87
 
88 88
 # Rope project settings
89 89
 .ropeproject
90
+
91
+# MacOS files
92
+*.DS_Store
93
+
94
+# asv files
95
+benchmarks/html/
96
+benchmarks/results/
97
+.asv
90 98
\ No newline at end of file