.gitignore 211 B

123456789101112131415161718192021222324
  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. # Vim and other dev files
  17. .ycm_extra_conf.py
  18. .ycm_extra_conf.pyc