diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,10 +16,11 @@ !Makefile !bootstrap.sh -src/hostconfig.h !/src/ !/src/* -!/tool/ +!/tool/*.c +!/tool/*.h +src/hostconfig.h !/test/ !/test/external/** |