Alle Programmierübungen in der Kursstufe Abi 2021
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

84 lines
1.0KB

  1. # ---> Java
  2. # Compiled class file
  3. *.class
  4. # Log file
  5. *.log
  6. # BlueJ files
  7. *.ctxt
  8. # Mobile Tools for Java (J2ME)
  9. .mtj.tmp/
  10. # Package Files #
  11. *.jar
  12. *.war
  13. *.nar
  14. *.ear
  15. *.zip
  16. *.tar.gz
  17. *.rar
  18. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  19. hs_err_pid*
  20. # ---> Eclipse
  21. .metadata
  22. bin/
  23. tmp/
  24. *.tmp
  25. *.bak
  26. *.swp
  27. *~.nib
  28. local.properties
  29. .settings/
  30. .loadpath
  31. .recommenders
  32. # External tool builders
  33. .externalToolBuilders/
  34. # Locally stored "Eclipse launch configurations"
  35. *.launch
  36. # PyDev specific (Python IDE for Eclipse)
  37. *.pydevproject
  38. # CDT-specific (C/C++ Development Tooling)
  39. .cproject
  40. # CDT- autotools
  41. .autotools
  42. # Java annotation processor (APT)
  43. .factorypath
  44. # PDT-specific (PHP Development Tools)
  45. .buildpath
  46. # sbteclipse plugin
  47. .target
  48. # Tern plugin
  49. .tern-project
  50. # TeXlipse plugin
  51. .texlipse
  52. # STS (Spring Tool Suite)
  53. .springBeans
  54. # Code Recommenders
  55. .recommenders/
  56. # Annotation Processing
  57. .apt_generated/
  58. # Scala IDE specific (Scala & Java development for Eclipse)
  59. .cache-main
  60. .scala_dependencies
  61. .worksheet