.gitignore 152 B

12345678910111213
  1. # Ignore build directory
  2. bin/
  3. # Ignore Temp directory
  4. temp/
  5. # Ignore test result directory
  6. test/results/
  7. # Ignore temp and special files
  8. *.tst
  9. *.qst