Skip to content

Commit

Permalink
Add warning to not commit build/ directory to package repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Jun 12, 2024
1 parent fe2c8eb commit fb6cdb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/zeek_protocol_analyzer_exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Starting from the default protocol analyzer template we want to (redundantly) pa
make
```

```admonish note
The `build/` directory will contain generated files, some of them specific
to the developer environment, and it **should not be committed** to the
repository.
```

1. Run the test suite. This runs tests against an included PCAP file. What do you see?

```sh
Expand Down

0 comments on commit fb6cdb2

Please sign in to comment.