Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | # Ignore miscellaneous files |
2 | *~ | ||||
3 | cscope.* | ||||
4 | *.swp | ||||
5 | *.patch | ||||
6 | .project | ||||
7 | .cproject | ||||
8 | |||||
Deepika Bhavnani | ea02cb3 | 2020-01-22 10:00:40 -0600 | [diff] [blame] | 9 | # Ctags |
10 | tags | ||||
11 | |||||
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 12 | # Ignore build directory and binary files |
13 | build/ | ||||
14 | *.bin | ||||
Mark Dykes | 5029797 | 2024-03-15 12:49:22 -0500 | [diff] [blame] | 15 | |
16 | # Ignore the generated fuzzing files | ||||
17 | arg_struct_def.h | ||||
18 | field_specification.h | ||||
19 | fuzz_names.h |