-
Notifications
You must be signed in to change notification settings - Fork 54
/
.gitattributes
53 lines (39 loc) · 1.83 KB
/
.gitattributes
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
# Disabled temporarily, since cvs-check does not accept our format
# yet (too old an install)
docs/users_guide/conf.py no-precommit-check
gnatdoc/docs/users_guide/conf.py no-precommit-check
# Not supported by the new (python3) precommit
docs/users_guide/GPS/__init__.py no-precommit-check
# this is generated
docs/users_guide/GPS/generated_hooks.py no-precommit-check
docs/*/conf.py no-precommit-check
# this is generated by -fdump-ada-spec
libclang/gen/* no-precommit-check
# obsolete scripts, will be removed
share/plug-ins/vcs/*.py no-precommit-check
# Long lines in XML string
share/support/core/languages.py no-precommit-check
share/support/core/projects.py no-precommit-check
share/support/languages/c_support.py no-precommit-check
share/support/core/gpr.py no-precommit-check
share/support/core/vcs/* no-precommit-check
share/support/core/* no-precommit-check
# Long lines for external commands to execute
share/support/core/gnatdist.py no-precommit-check
share/support/core/spark.py no-precommit-check
share/library/parasail.py no-precommit-check
kernel/src/hooks.py no-precommit-check
# This one does some imports that are unused but needed for tests
share/support/core/gs_utils/internal/driver.py no-precommit-check
# Automatically generated
share/support/core/runtime.py no-precommit-check
# Temporary, while P728-041 is being investigated
distrib/known-problems-62 no-precommit-check
# Some non-AdaCore code
share/templates/microbit_example/src/* no-precommit-check
# "GPS" not defined in these
testsuite/tests/*/* no-precommit-check
testsuite/tests/*/*/* no-precommit-check
share/support/core/gs_utils/internal/utils.py no-precommit-check
# m4 macro
m4/ax_python_devel.m4 no-precommit-check