.gitignore 328 B

12345678910111213141516171819202122232425262728293031
  1. .*
  2. !.gitignore
  3. !.astylerc
  4. Makefile
  5. Makefile.in
  6. *.o
  7. *.a
  8. /config.*
  9. /src/tincd
  10. /autom4te.cache
  11. /aclocal.m4
  12. /compile
  13. /configure
  14. /depcomp
  15. /install-sh
  16. /missing
  17. INSTALL
  18. stamp-h1
  19. /src/device.c
  20. *.tar.gz*
  21. /doc/*.tex
  22. /doc/tincinclude.texi
  23. /doc/*.info
  24. /doc/*.5
  25. /doc/*.8
  26. /doc/*.html
  27. /doc/*.pdf
  28. /doc/*.t2p
  29. /systemd/*.service
  30. /ChangeLog
  31. core*