1
0

.gitignore 288 B

1234567891011121314151617181920212223242526272829303132333435
  1. *~
  2. *.a
  3. *.o
  4. *.la
  5. *.lo
  6. *.log
  7. *.m4
  8. *.so
  9. *.swp
  10. *.swo
  11. *.trs
  12. .*
  13. aclocal.m4
  14. ar-lib
  15. autom4te.cache
  16. build
  17. compile
  18. config.guess
  19. config.log
  20. config.status
  21. config.sub
  22. configure
  23. configure-stamp
  24. depcomp
  25. install-sh
  26. libtool
  27. ltmain.sh
  28. luksmeta
  29. luksmeta.pc
  30. Makefile.in
  31. Makefile
  32. missing
  33. tags
  34. test-*
  35. vgcore.*