.gitignore 541 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # ---> C++
  2. # Compiled Object files
  3. *.slo
  4. *.lo
  5. *.o
  6. *.obj
  7. # Precompiled Headers
  8. *.gch
  9. *.pch
  10. # Compiled Dynamic libraries
  11. *.so
  12. *.dylib
  13. *.dll
  14. # Fortran module files
  15. *.mod
  16. # Compiled Static libraries
  17. *.lai
  18. *.la
  19. *.a
  20. *.lib
  21. # Executables
  22. *.exe
  23. *.out
  24. *.app
  25. # ---> BricxCC
  26. # Bricx Command Center IDE
  27. # http://bricxcc.sourceforge.net
  28. *.bak
  29. *.sym
  30. # ---> Autotools
  31. # http://www.gnu.org/software/automake
  32. Makefile.in
  33. # http://www.gnu.org/software/autoconf
  34. /autom4te.cache
  35. /aclocal.m4
  36. /compile
  37. /configure
  38. /depcomp
  39. /install-sh
  40. /missing
  41. /stamp-h1