.gitignore 423 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /*.out
  2. /gen/
  3. /alloc
  4. /args
  5. /atof
  6. /atoi
  7. /brk
  8. /chdir
  9. /create
  10. /ctype
  11. /dup
  12. /error
  13. /fchdir
  14. /fcntl
  15. /fsync
  16. /ftruncate
  17. /getid
  18. /link
  19. /math
  20. /mem
  21. /pipe
  22. /printf
  23. /rmdir
  24. /setid
  25. /setid
  26. /sleep
  27. /sprintf
  28. /stdlib/a64l
  29. /stdlib/bsearch
  30. /stdlib/rand
  31. /stdlib/strtol
  32. /string/strchr
  33. /string/strcspn
  34. /string/strncmp
  35. /string/strpbrk
  36. /string/strrchr
  37. /string/strspn
  38. /string/strstr
  39. /string/strtok
  40. /string/strtok_r
  41. /unistd/getopt
  42. /unlink
  43. /waitpid
  44. /write