.gitignore 121 B

123456789101112
  1. *
  2. # Include the following files:
  3. !.gitignore
  4. !COPYING
  5. !README
  6. !grub.cfg
  7. !Makefile
  8. !kernel
  9. !kernel/*
  10. !library
  11. !library/*