.gitignore 189 B

12345678910111213141516171819202122232425
  1. # Object files
  2. *.o
  3. *.ko
  4. # Libraries
  5. *.lib
  6. *.a
  7. # Shared objects (inc. Windows DLLs)
  8. *.dll
  9. *.so
  10. *.so.*
  11. *.dylib
  12. # Executables
  13. *.exe
  14. *.out
  15. *.app
  16. build/
  17. cmake/
  18. #configs
  19. .ycm_extra_conf.py*