.gitignore 88 B

12345678910
  1. *
  2. # Include the following files:
  3. !.gitignore
  4. !Makefile
  5. !src
  6. !src/*
  7. !include
  8. !include/*