.gitignore 61 B

12345678
  1. *
  2. !.gitignore
  3. !*.c
  4. !*.cpp
  5. !*.py
  6. !*.sh
  7. !*.template
  8. !Makefile*