.gitignore 669 B

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