diff options
| author | jvoisin | 2023-08-21 17:45:42 +0200 |
|---|---|---|
| committer | jvoisin | 2023-08-21 17:45:42 +0200 |
| commit | 5a387cee873365069ad40201fa4d1c514476aa55 (patch) | |
| tree | b79ee03ed7956216afa12b33cdc3ab032984576b | |
| parent | e8b8e4f51481121a5ce042812e7e62e7b27e6116 (diff) | |
Improve the .gitignore file wrt. tests
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1,2 +1,5 @@ | |||
| 1 | x86_64-linux-musl-native | 1 | x86_64-linux-musl-native |
| 2 | x86_64-linux-musl-native.tgz | 2 | x86_64-linux-musl-native.tgz |
| 3 | tests/* | ||
| 4 | !tests/*.c | ||
| 5 | !tests/Makefile | ||
