forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
60 lines (55 loc) · 1.21 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/emacs.desktop
*~
*.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/