Added gitignores to the repository.
authorTimothy Manning <codedraftsman@gmail.com>
Fri, 6 Aug 2021 02:07:04 +0000 (14:07 +1200)
committerTimothy Manning <codedraftsman@gmail.com>
Fri, 6 Aug 2021 02:07:04 +0000 (14:07 +1200)
commit8f551673ba9c0bde32ace31414d7470b4bcadf1b
tree593ee4add538427d2be55c0239b9b58aca5eb6af
parent3619653fc6a2759bd90e725c760fd1a57030e396
Added gitignores to the repository.

Each of the yaffs direct tests has its own gitignore file.
This is so that if the test is moved or deleted then the
gitignore file is dealt with appropriately.

However all the symlinks are handled by the root .gitinore file.
If a test is moved or deleated, run the script in the root gitignore
file to update the list of all the symlinks in the repository.

Signed-off-by: Timothy Manning <codedraftsman@gmail.com>
.gitignore
direct/test-framework/stress_tests/handle_tests/.gitignore [new file with mode: 0644]
direct/test-framework/stress_tests/stress_tester/.gitignore [new file with mode: 0644]
direct/test-framework/stress_tests/threading/.gitignore [new file with mode: 0644]
direct/test-framework/unit_tests/64_and_32_bit_time/32_bit/.gitignore [new file with mode: 0644]
direct/test-framework/unit_tests/64_and_32_bit_time/64_bit/.gitignore [new file with mode: 0644]
direct/test-framework/unit_tests/is_yaffs_working_tests/.gitignore [new file with mode: 0644]
direct/test-framework/unit_tests/quick_tests/.gitignore [new file with mode: 0644]