Remove run*, test* and example-deconstructor* example-reformatter* rules from .gitignore.
Case:
- Download lib from Github.
- Add lib to your project
- Push your project to Github.
- Pull your project from Github.
- Try to compile your project with libyaml.
Expected result:
Actual result:
- Libyaml doesn't compiles because of missing files (test files)
Error that I get:
make[2]: Entering directory '/tmp/rt/lib/libyaml/tests' make[2]: *** No rule to make target 'run-scanner.c', needed by 'run-scanner.o'. Stop.