.gitignore 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /emacs.desktop
  2. *~
  3. *.lock
  4. *.pyc
  5. OBJ.*
  6. locale/scriptstrings/*
  7. bin.*/*
  8. dist.*/*
  9. config.log
  10. config.status*
  11. error.log
  12. grass.pc
  13. # ignore specific file generated during make
  14. gui/wxpython/menustrings.py
  15. gui/wxpython/xml/menudata.xml
  16. gui/wxpython/xml/module_tree_menudata.xml
  17. include/Make/Doxyfile_arch_html
  18. include/Make/Doxyfile_arch_latex
  19. include/Make/Platform.make
  20. include/grass/config.h
  21. include/grass/version.h
  22. lib/db/sqlp/sqlp.output
  23. lib/db/sqlp/sqlp.tab.c
  24. lib/db/sqlp/sqlp.tab.h
  25. lib/db/sqlp/sqlp.yy.c
  26. python/grass/script/setup.py.tmp
  27. raster/r.mapcalc/mapcalc.output
  28. raster/r.mapcalc/mapcalc.tab.c
  29. raster/r.mapcalc/mapcalc.tab.h
  30. raster/r.mapcalc/mapcalc.yy.c
  31. testreport/*
  32. testsuite/examples/testreports/
  33. mswindows/GRASS-Installer.nsi
  34. mswindows/GRASS-Packager.bat
  35. mswindows/osgeo4w/configure-stamp
  36. mswindows/osgeo4w/lib/
  37. mswindows/osgeo4w/package.log*
  38. mswindows/osgeo4w/package/
  39. mswindows/osgeo4w/setup*.hint
  40. mswindows/osgeo4w/vc/
  41. daag*.s
  42. doc/notebooks/.ipynb_checkpoints/
  43. # ignore paths generated by helper tools
  44. node_modules