1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

Merge pull request #504 from jbenet/ignore-profiles

Ignore debug profile files in .gitignore
This commit is contained in:
Juan Batiz-Benet
2015-01-07 01:02:00 -08:00

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
# ipfs can generate profiling dump files
cpu.prof
*.cpuprof
*.memprof
*.swp
.ipfsconfig