.gitignore 88 B

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