Ignore profile files in .gitignore
Matt Bell committed
Jan 6, 2015 at 17:37 UTC
74f9bf41c29b7208d1af864797d99ab85679a25c
1 file changed
+2
-1
.gitignore
+2
-1
@@ -1,5 +1,6 @@
1
# ipfs can generate profiling dump files
2
-cpu.prof
2
+*.cpuprof
3
+*.memprof
4
5
*.swp
6
.ipfsconfig