summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorpaulfantom <pawel@krupa.net.pl>2018-09-09 15:23:28 +0200
committerpaulfantom <pawel@krupa.net.pl>2018-09-09 15:25:53 +0200
commitb862a0096b2e7f341c5b0e5dcb1a612913f68e55 (patch)
tree7bffd35d241739901518830feaff2be5b6f52b70 /.gitignore
parent5b1060413afabf7575c9c89b0610bd7f32872f28 (diff)
:truck: move profiling to tests directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 615696f990..aba1c3d5f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -103,12 +103,12 @@ src/cppcheck-build/
# debugging / profiling
makeself/debug/
-profile/benchmark-dictionary
-profile/benchmark-registry
-profile/test-eval
-profile/benchmark-line-parsing
-profile/benchmark-procfile-parser
-profile/statsd-stress
+tests/profile/benchmark-dictionary
+tests/profile/benchmark-registry
+tests/profile/test-eval
+tests/profile/benchmark-line-parsing
+tests/profile/benchmark-procfile-parser
+tests/profile/statsd-stress
oprofile_data/
vgcore.*
callgrind.out.*