Skip to content

Commit

Permalink
replaced .gitignore
Browse files Browse the repository at this point in the history
checked out from main
  • Loading branch information
cmbarton committed Oct 31, 2024
1 parent 8c7380e commit e7098cf
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
/emacs.desktop
*~
*.lock
!flake.lock
*.pyc
OBJ.*
locale/scriptstrings/*
bin.*/*
dist.*/*
config.log
config.status*
error.log
grass.pc
autom4te.cache/

# ignore specific file generated during make
gui/wxpython/menustrings.py
gui/wxpython/xml/menudata.xml
gui/wxpython/xml/module_tree_menudata.xml
include/Make/Doxyfile_arch_html
include/Make/Doxyfile_arch_latex
include/Make/Platform.make
include/grass/config.h
include/grass/version.h
lib/db/sqlp/sqlp.output
lib/db/sqlp/sqlp.tab.c
lib/db/sqlp/sqlp.tab.h
lib/db/sqlp/sqlp.yy.c
python/grass/script/setup.py.tmp
raster/r.mapcalc/mapcalc.output
raster/r.mapcalc/mapcalc.tab.c
raster/r.mapcalc/mapcalc.tab.h
raster/r.mapcalc/mapcalc.yy.c
mswindows/GRASS-Installer.nsi
mswindows/GRASS-Packager.bat
mswindows/osgeo4w/configure-stamp
mswindows/osgeo4w/lib/
mswindows/osgeo4w/package.log*
mswindows/osgeo4w/package/
mswindows/osgeo4w/setup*.hint
mswindows/osgeo4w/vc/
daag*.s

# notebook helper files
.ipynb_checkpoints

# ignore gunittest helper and result files
testreport/*
testsuite/examples/testreports/
test_keyvalue_result.txt

# ignore paths generated by helper tools
node_modules
include/VERSION_GIT

# ignore autogenerated documentation
python/grass/docs/_build/
html/
latex/
lib/*/html/
lib/*/latex/

# Ignore code coverage files
*.gcov
*.gcno
*.gcda
.coverage
.coverage.*
coverage.xml

0 comments on commit e7098cf

Please sign in to comment.