Conservative SmartOS global-zone memory pressure guard with dry-run-first policy and SMF integration.
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.
 
 
 
 

27 lines
364 B

  1. # Native and test build products
  2. /o6h-memory-guard
  3. /test-guard
  4. /test-runtime
  5. /test-sanitize-guard
  6. /test-sanitize-runtime
  7. *.o
  8. *.a
  9. *.so
  10. # Crash, temporary and editor files
  11. /core
  12. /core.*
  13. *.core
  14. *.tmp
  15. *.swp
  16. *~
  17. # Release archives are generated outside the repository tree
  18. *.tar
  19. *.tar.gz
  20. # Runtime logs and backups must never be committed
  21. guard.log
  22. guard.log.*
  23. *.bak