]> git.ipfire.org Git - thirdparty/gcc.git/blob - .gitignore
Move more code to new gimple-ssa-warn-access pass.
[thirdparty/gcc.git] / .gitignore
1 *.diff
2 *.patch
3 *.orig
4 *.rej
5
6 *~
7 .#*
8 *#
9
10 *.flt
11 *.gmo
12 *.info
13 *.la
14 *.lo
15 *.o
16 *.pyc
17 *.tmp
18 *.a
19
20 .deps
21 .libs
22
23 autom4te.cache
24 config.cache
25 config.h
26 config.intl
27 config.log
28 config.status
29 libtool
30 POTFILES
31 *-POTFILES
32
33 TAGS
34 TAGS.sub
35 cscope.out
36
37 .local.vimrc
38 .lvimrc
39
40 .clang-format
41 .clang-tidy
42 .clangd
43 .cache
44 compile_commands.json
45
46 .gdbinit
47 .gdb_history
48
49 perf.data
50 perf.data.old
51
52 # ignore core files, but not java/net/protocol/core/
53 core
54 !core/
55
56 lost+found
57
58 # ignore ./contrib/gcc_update output
59 LAST_UPDATED
60 REVISION
61
62 stamp-*
63 *.stamp
64
65 # ignore in-tree prerequisites
66 /mpfr*
67 /mpc*
68 /gmp*
69 /isl*