Newer
Older
osmCoverage / .gitignore
@hayashi hayashi on 30 Sep 2018 413 bytes git ignore
  1. *.class
  2. *.zip
  3. bin/
  4. dist/**
  5. classes/
  6. sample/
  7. **/ConvBusstop.jar
  8. **/osmCoverage.jar
  9. database/
  10. GML_*/
  11.  
  12. postgis.properties
  13.  
  14. P*-*_GML/
  15.  
  16. # ============ #
  17. # Eclipse #
  18. # ============ #
  19. .externalToolBuilders/
  20. .metadata
  21. .settings
  22. .project
  23. .classpath
  24.  
  25. # ============ #
  26. # OS generated #
  27. # ============ #
  28. .DS_Store*
  29. ._*
  30. .Spotlight-V100
  31. .Trashes
  32. Icon?
  33. ehthumbs.db
  34. [Tt]humbs.db
  35. **/nbproject/private/
  36. /build/**
  37.  
  38. /dist/*.jar