.gitignore 164 B

1234567891011121314151617181920
  1. *.o
  2. *.lo
  3. *.la
  4. *~
  5. *.swp
  6. src/cronwrap
  7. src/.deps
  8. autom4te.cache/
  9. # Configure and Automake
  10. config.status
  11. config.cache
  12. config.log
  13. config.h
  14. libtool
  15. stamp-h1
  16. Makefile