Automatic date update in version.in
[binutils-gdb.git] / .gitignore
blobeb1baf01743c3e7b19fb1ab45165e25ae8ac9437
1 *.diff
2 *.patch
3 *.orig
4 *.rej
6 *~
7 .#*
8 *#
10 *.flt
11 *.gmo
12 *.info
13 *.la
14 *.lo
15 *.o
16 *.pyc
17 *.tmp
18 *.a
20 .deps
21 .libs
23 autom4te.cache
24 config.cache
25 config.h
26 config.intl
27 config.log
28 config.status
29 libtool
30 POTFILES
31 *-POTFILES
33 TAGS
34 TAGS.sub
36 .local.vimrc
37 .lvimrc
39 .clang-format
40 .clang-tidy
41 .clangd
42 .cache
43 compile_commands.json
44 .vscode
45 .devcontainer/
47 .gdbinit
48 .gdb_history
50 perf.data
51 perf.data.old
53 # gnu global files
54 GPATH
55 GRTAGS
56 GTAGS
57 GSYMS
59 # ignore core files, but not java/net/protocol/core/
60 core
61 !core/
63 lost+found
65 # ignore ./contrib/gcc_update output
66 LAST_UPDATED
67 REVISION
69 stamp-*
70 *.stamp
72 # ignore in-tree prerequisites
73 /mpfr*
74 /mpc*
75 /gmp*
76 /isl*
77 /gettext*