]> git.ipfire.org Git - thirdparty/gcc.git/blame - .gitignore
libstdc++: Make __from_chars_alnum_to_val conversion explicit
[thirdparty/gcc.git] / .gitignore
CommitLineData
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
24autom4te.cache
25config.cache
26config.h
27config.intl
28config.log
29config.status
30libtool
31POTFILES
32*-POTFILES
33
34TAGS
35TAGS.sub
2898a02f 36cscope.out
7900ea7d 37
c3e1e693
YG
38.local.vimrc
39.lvimrc
40
daa53f38 41.clang-format
1432bc36 42.clang-tidy
91eed5f2 43.clangd
82e44f5c 44.cache
91eed5f2 45compile_commands.json
daa53f38 46
7900ea7d
JM
47.gdbinit
48.gdb_history
49
cf442555
SM
50perf.data
51perf.data.old
52
7900ea7d
JM
53# ignore core files, but not java/net/protocol/core/
54core
55!core/
56
57lost+found
29d0a43c
RH
58
59# ignore ./contrib/gcc_update output
60LAST_UPDATED
61REVISION
51389084 62
cf442555
SM
63stamp-*
64*.stamp
65
51389084
JM
66# ignore in-tree prerequisites
67/mpfr*
68/mpc*
69/gmp*
70/isl*