You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

C++.gitignore 177B

123456789101112131415161718192021
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. *.obj
  6. # Compiled Dynamic libraries
  7. *.so
  8. *.dylib
  9. *.dll
  10. # Compiled Static libraries
  11. *.lai
  12. *.la
  13. *.a
  14. *.lib
  15. # Executables
  16. *.exe
  17. *.out
  18. *.app