forked from davidmalcolm/gcc-python-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (37 loc) · 796 Bytes
/
.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
*~
.*.sw[a-z]
*.o
*.so
a.out
*.pyc
test.png
# Generated during configuration:
config-tests
# Generated elsewhere in build:
autogenerated*
gcc-c-api/gcc-public-types.h
gcc-c-api/gcc-semiprivate-types.h
gcc-c-api/gcc-callgraph.h
gcc-c-api/gcc-cfg.h
gcc-c-api/gcc-constant.h
gcc-c-api/gcc-declaration.h
gcc-c-api/gcc-diagnostics.h
gcc-c-api/gcc-function.h
gcc-c-api/gcc-gimple.h
gcc-c-api/gcc-location.h
gcc-c-api/gcc-option.h
gcc-c-api/gcc-rtl.h
gcc-c-api/gcc-tree.h
gcc-c-api/gcc-type.h
gcc-c-api/gcc-variable.h
gcc-with-python.1.gz
print-gcc-version
# Generated by Sphinx
docs/_build
# Logfiles generated during the selftest suite:
*.c.cpychecker-log.txt
*.*-refcount-errors.html
*.*-refcount-errors.v2.html
*.*-refcount-traces.html
tests/plugin/dumpfiles/input.c.*t.test-pass
pygments_c.css