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.

Logtalk 373B

12345678910111213141516171819
  1. # gitignore template for LogTalk, a programming language that builds upon Prolog
  2. # website: https://logtalk.org/
  3. # Logtalk temporary file directories
  4. .lgt_tmp/
  5. lgt_tmp/
  6. # Logtalk default unit testing and doclet results and logs directories
  7. logtalk_tester_logs/
  8. logtalk_doclet_logs/
  9. # backend Prolog compiler temporary files
  10. .pl-history
  11. *.out
  12. *.xwam
  13. *.qo
  14. *.ql
  15. *.itf
  16. *.po