.gitignore 60 B

12345678
  1. *.swp
  2. obj/
  3. *.a
  4. *.sh
  5. tests/*
  6. !tests/*.c
  7. !tests/*.h
  8. /*build/*