Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / .gitignore
blobc9a6158bc4e6631412b2f798e0e19f93a7bb4b8e
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
19 .deps
20 .libs
22 autom4te.cache
23 config.cache
24 config.h
25 config.intl
26 config.log
27 config.status
28 libtool
29 POTFILES
30 *-POTFILES
32 TAGS
33 TAGS.sub
35 .local.vimrc
36 .lvimrc
38 .clang-format
40 .gdbinit
41 .gdb_history
43 # ignore core files, but not java/net/protocol/core/
44 core
45 !core/
47 lost+found
49 # ignore ./contrib/gcc_update output
50 LAST_UPDATED
51 REVISION