Automatic date update in version.in
[deliverable/binutils-gdb.git] / .gitignore
... / ...
CommitLineData
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
23autom4te.cache
24config.cache
25config.h
26config.intl
27config.log
28config.status
29libtool
30POTFILES
31*-POTFILES
32
33TAGS
34TAGS.sub
35
36.local.vimrc
37.lvimrc
38
39.clang-format
40.clang-tidy
41.clangd
42.cache
43compile_commands.json
44
45.gdbinit
46.gdb_history
47
48perf.data
49perf.data.old
50
51# gnu global files
52GPATH
53GRTAGS
54GTAGS
55GSYMS
56
57# ignore core files, but not java/net/protocol/core/
58core
59!core/
60
61lost+found
62
63# ignore ./contrib/gcc_update output
64LAST_UPDATED
65REVISION
66
67stamp-*
68*.stamp
69
70# ignore in-tree prerequisites
71/mpfr*
72/mpc*
73/gmp*
74/isl*
This page took 0.022462 seconds and 4 git commands to generate.