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