.gitignore 153 B

12345678910111213141516
  1. Makefile
  2. CMakeCache.txt
  3. CMakeFiles
  4. *.cmake
  5. *.o
  6. *.a
  7. *.so
  8. *.dylib
  9. *.pyc
  10. install_manifest.txt
  11. uci
  12. uci_config.h
  13. tests/shunit2/save
  14. tests/cram/*.t.err
  15. .venv