Skip to content

Commit 088963e

Browse files
committed
Added data/ and reports/ directories.
data/ will contain configuration options for the tests in json format reports/ will contain json reports for compilation tests
1 parent 30b5289 commit 088963e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

data/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ignore everything in this directory
2+
*
3+
4+
# Except this file
5+
!.gitignore
6+
7+
# We need this gitignore since the logs directory is required for storing logs,
8+
# but we don't want to commit the logs themselves.

reports/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ignore everything in this directory
2+
*
3+
4+
# Except this file
5+
!.gitignore
6+
7+
# We need this gitignore since the logs directory is required for storing logs,
8+
# but we don't want to commit the logs themselves.

0 commit comments

Comments
 (0)