summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: d7400899b525b58c2d3a36a6a38dc39098ee6ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.i
*.lst

#
# Top-level generic files
#
tags
TAGS

#
# bootstrap generated files
#
aclocal.m4
autom4te.cache
config.guess
config.h.in
config.sub
config.sub.orig
configure
depcomp
install-sh
ltmain.sh
missing
Makefile.in

#
# configure generated files
#
Makefile
config.h
config.log
config.status
libtool
stamp-h1

#
# make generated files
#
*.lo
*.la
ps3-boot-game-os
ps3-dump-bootloader
ps3-flash-util
ps3-rtc-init
ps3-video-mode
ps3-boot-game-os.8
ps3-dump-bootloader.8
ps3-flash-util.8
ps3-rtc-init.8
ps3-utils.8
ps3-video-mode.8