In addition to writing for academic purposes, an academic research writer can also write for personal pleasure. Many writers take on research projects as part of their work.
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.

40 lines
368 B

3 years ago
  1. # ---> CodeKit
  2. # General CodeKit files to ignore
  3. config.codekit
  4. config.codekit3
  5. /min
  6. # ---> C++
  7. # Prerequisites
  8. *.d
  9. # Compiled Object files
  10. *.slo
  11. *.lo
  12. *.o
  13. *.obj
  14. # Precompiled Headers
  15. *.gch
  16. *.pch
  17. # Compiled Dynamic libraries
  18. *.so
  19. *.dylib
  20. *.dll
  21. # Fortran module files
  22. *.mod
  23. *.smod
  24. # Compiled Static libraries
  25. *.lai
  26. *.la
  27. *.a
  28. *.lib
  29. # Executables
  30. *.exe
  31. *.out
  32. *.app