]>
Commit | Line | Data |
---|---|---|
7900ea7d JM |
1 | *.diff |
2 | *.patch | |
3 | *.orig | |
4 | *.rej | |
5 | ||
6 | *~ | |
7 | .#* | |
8 | *# | |
ad8f6e23 | 9 | .*.swp |
7900ea7d JM |
10 | |
11 | *.flt | |
12 | *.gmo | |
13 | *.info | |
14 | *.la | |
15 | *.lo | |
16 | *.o | |
17 | *.pyc | |
18 | *.tmp | |
cf442555 | 19 | *.a |
7900ea7d JM |
20 | |
21 | .deps | |
22 | .libs | |
23 | ||
24 | autom4te.cache | |
25 | config.cache | |
4a8aab9a AM |
26 | # GCC does not support in-tree builds, do not conceal a stray config.h: |
27 | # config.h | |
7900ea7d JM |
28 | config.intl |
29 | config.log | |
30 | config.status | |
31 | libtool | |
32 | POTFILES | |
33 | *-POTFILES | |
34 | ||
35 | TAGS | |
36 | TAGS.sub | |
2898a02f | 37 | cscope.out |
7900ea7d | 38 | |
c3e1e693 YG |
39 | .local.vimrc |
40 | .lvimrc | |
41 | ||
daa53f38 | 42 | .clang-format |
1432bc36 | 43 | .clang-tidy |
91eed5f2 | 44 | .clangd |
82e44f5c | 45 | .cache |
91eed5f2 | 46 | compile_commands.json |
daa53f38 | 47 | |
7900ea7d JM |
48 | .gdbinit |
49 | .gdb_history | |
50 | ||
cf442555 SM |
51 | perf.data |
52 | perf.data.old | |
53 | ||
7900ea7d JM |
54 | # ignore core files, but not java/net/protocol/core/ |
55 | core | |
56 | !core/ | |
57 | ||
58 | lost+found | |
29d0a43c RH |
59 | |
60 | # ignore ./contrib/gcc_update output | |
61 | LAST_UPDATED | |
62 | REVISION | |
51389084 | 63 | |
cf442555 SM |
64 | stamp-* |
65 | *.stamp | |
66 | ||
51389084 JM |
67 | # ignore in-tree prerequisites |
68 | /mpfr* | |
69 | /mpc* | |
70 | /gmp* | |
71 | /isl* | |
db50aea6 | 72 | /gettext* |