-
Notifications
You must be signed in to change notification settings - Fork 54
/
.gitignore
104 lines (104 loc) · 1.85 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# submodules
/ada_language_server
/laltools
/subprojects/lal-refactor
/subprojects/integration-testsuite
/.vscode/settings.json
*.a
*.ali
*.gli
*.exe
*.stderr
*.stdout
*.gcda
*.gcno
*.gcov
*.bexch
*.o
*.deps
*.pyc
*/config.log
*/config.status
*/obj/*
*/core/obj/*
*/ui/obj/*
*/*/obj/codepeer/*
!gps/obj/gps-gdb.py
.#*
./Makefile
.gpsrcs
.gpssnprj
.clang-format
!testsuite/tests/V107-003.clangd.format_files/src/.clang-format
Makefile.common
autom4te.cache
b~*
b__*
*.d
*.cgpr
/Makefile
shared.gpr
common/common.gpr
common/expect/Makefile
common/core/src/config.ads
common/core/obj/*
gnatinspect.db*
*-msg.xml
*-loc.xml
config.log
config.status
ada_module/ui/obj/ada_semantic_tree-test
docs/Makefile
docs/programmers_guide/_build/
docs/users_guide/_build/
docs/tutorial/_build/
docs/release_notes/build/
docs/release_notes_17/build/
docs/users_guide/GPS/generated_hooks.py
docs/gnatstudio-welcome.html
docs/gnatstudio-welcome-public.html
docs/gps
docs/gps.aux
docs/gps.cp
docs/gps.fn
docs/gps.ky
docs/gps.log
docs/gps.pdf
docs/gps.pg
docs/gps.toc
docs/gps.tp
docs/gps.txt
docs/gps.vr
gnat/*
gnat_src
gnatdoc/docs/users_guide/_build/
gps/gmon.out*
po/Makefile
scripts/sortxml
share/icons/light/svg
templates_parser
widgets/Makefile.widgets
vsearch/tests/obj/run
osx_bundle/Makefile
osx_bundle/scripts/install.py
examples/tutorial/obj/sdc
gnatdoc/resources/html/compiler.jar
kernel/generated/
testsuite/bin/ada_semantic_tree-test_driver
testsuite/bin/completion-test_driver
testsuite/bin/gnatdoc-backend-parser_test
testsuite/bin/run_vsearch
testsuite/bin/sortxml
testsuite/bin/syntax_gnatdiff
testsuite/bin/syntax_gnathighlight
testsuite/bin/syntax_gnatparse
testsuite/bin/syntax_gnatpp
testsuite/bin/syntax_gnatunit
testsuite/bin/test_arrays
testsuite/bin/test_cmd_line
testsuite/bin/test_htables
testsuite/bin/test_strings
testsuite/bin/test_trie
testsuite/internal
testsuite/share/
testsuite/out