Skip to content

Commit

Permalink
add .gitignore files for examples (where possible)
Browse files Browse the repository at this point in the history
The only case where running the examples results in tracked changes
is 03-shared-runner, which modifies the tracked files themselves,
unfortunately.

Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps committed Jun 12, 2022
1 parent 8c9b0f9 commit b6323fd
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.swp
*~
__pycache__

*.log
**/logs
3 changes: 3 additions & 0 deletions examples/04-build-systems/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
hello
subdir1/testing
world
1 change: 1 addition & 0 deletions examples/12-interface/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c/run
1 change: 1 addition & 0 deletions examples/13-wrappers/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c/run
1 change: 1 addition & 0 deletions examples/14-waiving-results/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
all_logs
3 changes: 3 additions & 0 deletions examples/15-nonstandard/ltp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ltp-full-*
ltp-installed
ltp.tar.xz
1 change: 1 addition & 0 deletions examples/15-nonstandard/syscalls/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
run
1 change: 1 addition & 0 deletions examples/contrib/nested-tests-dir/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
suite-logs
2 changes: 2 additions & 0 deletions examples/contrib/standalone/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
c/run
ptef
2 changes: 0 additions & 2 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**/logs
*.log
testdir
tmpdir

Expand Down

0 comments on commit b6323fd

Please sign in to comment.