Skip to content

Commit bd5505c

Browse files
committed
add results folder to github
1 parent d2b739f commit bd5505c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ __pycache__
3535
test_keyrings/
3636
# Ignore results of performance test
3737
performance_tests/results/*
38+
# To track the results folder, keep the __init__.py file
39+
!performance_tests/results/__init__.py
3840
# Ignore the memory profile logs
3941
mprofile_*
4042

performance_tests/results/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
"""Stub module indicator to make linter configuration simpler."""

0 commit comments

Comments
 (0)