2
0

.gitignore 571 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. /fchdir
  15. /fcntl
  16. /fsync
  17. /ftruncate
  18. /getc_unget
  19. /gethostname
  20. /getid
  21. /link
  22. /locale
  23. /math
  24. /mem
  25. /pipe
  26. /printf
  27. /rmdir
  28. /rename
  29. /scanf
  30. /setid
  31. /setjmp
  32. /sleep
  33. /sprintf
  34. /stdlib/a64l
  35. /stdlib/bsearch
  36. /stdlib/rand
  37. /stdlib/strtol
  38. /stdlib/strtoul
  39. /stdlib/a64l
  40. /stdio/fwrite
  41. /stdio/all
  42. /stdio/freopen
  43. /string/strchr
  44. /string/strcspn
  45. /string/strncmp
  46. /string/strpbrk
  47. /string/strrchr
  48. /string/strspn
  49. /string/strstr
  50. /string/strtok
  51. /string/strtok_r
  52. /unistd/getopt
  53. /unlink
  54. /waitpid
  55. /write
  56. /time
  57. /gmtime
  58. /asctime