.gitignore 149 B

12345678910111213
  1. *
  2. # Include the following files:
  3. !.gitignore
  4. !Makefile
  5. !link.ld
  6. !include
  7. !include/**
  8. !src
  9. !src/**
  10. # Exclude generated files:
  11. src/syscall_table.inl