You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Lazarus.gitignore 146B

123456789101112
  1. #ignore backup files
  2. backup/
  3. #ignore files generated by the compiler
  4. lib/
  5. *.compiled
  6. *.o
  7. *.or
  8. *.ppu
  9. #exclude executable output in windows
  10. *.exe