.gitignore 566 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # ---> BricxCC
  2. # Bricx Command Center IDE
  3. # http://bricxcc.sourceforge.net
  4. *.bak
  5. *.sym
  6. # ---> C
  7. # Object files
  8. *.o
  9. *.ko
  10. *.obj
  11. *.elf
  12. # Precompiled Headers
  13. *.gch
  14. *.pch
  15. # Libraries
  16. *.lib
  17. *.a
  18. *.la
  19. *.lo
  20. # Shared objects (inc. Windows DLLs)
  21. *.dll
  22. *.so
  23. *.so.*
  24. *.dylib
  25. # Executables
  26. *.exe
  27. *.out
  28. *.app
  29. *.i*86
  30. *.x86_64
  31. *.hex
  32. # Debug files
  33. *.dSYM/
  34. # ---> CFWheels
  35. # unpacked plugin folders
  36. plugins/**/*
  37. # files directory where uploads go
  38. files
  39. # DBMigrate plugin: generated SQL
  40. db/sql
  41. # AssetBundler plugin: generated bundles
  42. javascripts/bundles
  43. stylesheets/bundles