.gitignore 592 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*.out
  2. /gen/
  3. /alloc
  4. /assert
  5. /args
  6. /atof
  7. /atoi
  8. /brk
  9. /chdir
  10. /create
  11. /ctype
  12. /dup
  13. /error
  14. /exec
  15. /fchdir
  16. /fcntl
  17. /fsync
  18. /ftruncate
  19. /getc_unget
  20. /gethostname
  21. /getid
  22. /link
  23. /locale
  24. /math
  25. /mem
  26. /pipe
  27. /printf
  28. /rmdir
  29. /rename
  30. /scanf
  31. /setid
  32. /setjmp
  33. /sleep
  34. /sprintf
  35. /stdlib/a64l
  36. /stdlib/bsearch
  37. /stdlib/mktemp
  38. /stdlib/rand
  39. /stdlib/strtol
  40. /stdlib/strtoul
  41. /stdlib/a64l
  42. /stdio/fwrite
  43. /stdio/all
  44. /stdio/freopen
  45. /string/strchr
  46. /string/strcspn
  47. /string/strncmp
  48. /string/strpbrk
  49. /string/strrchr
  50. /string/strspn
  51. /string/strstr
  52. /string/strtok
  53. /string/strtok_r
  54. /unistd/getopt
  55. /unlink
  56. /waitpid
  57. /write
  58. /time
  59. /gmtime
  60. /asctime