forked from libretro/PUAE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
106 lines (94 loc) · 1.24 KB
/
.gitignore
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# .gitignore
# Editor backup files
*~
*.bak
*.old
*.rej
*.ori
# Build chain generated files
.deps
*.a
*.o
*.Po
# Autoconf generated files
*.scan
autoscan*
Makefile.am.*
aclocal.m4
*.a
/autom4te.cache/
autom4te.cache
/compile
/*.conf
/confdefs.h
/config.guess
/config.h
/config.h.in
/config.status
/config.sub
configure
/configure.scan
/conftest.c
/conftest.err
/install-sh
Makefile.in
sysconfig.h
.dirstamp
# The tools folder has mostly autogenerated files
src/tools/
!src/tools/Makefile.in
!src/tools/configure.ac
!src/tools/sysconfig.h.in
!src/tools/target.h
# Generated Emulator source and header files
src/blit*
src/comp*
src/cpuemu_*
src/linetoscr.c
# Executables
src/make_hdf
src/readdisk
src/uae
# Unwanted files that are not ready yet or temporary
src/od-macosx/Credits.rtf
src/od-macosx/Info.plist
config_.sh
cfg_*.log
*_template.txt
# Files generated by automoc and other qt related stuff:
moc_*.cpp
ui_puae_mainwindow.h
# Eclipse CDT files
.autotools
.*project
# Code::Blocks files
*.workspace
*.depend
*.cbp
*.layout
# macos
.DS_Store
# testing
kick.rom
kick_ext.rom
df0.adz
/src/.deps/
/*/.deps/
/*/Makefile.in
/src/tools/configure
*.lo
log
*.log
/Makefile
/Makefile.in
/missing
*.la
*.o
/obj
/.obj
/out
/*.out.*
*-swp
*.swp
*.tar.gz
*.tar.xz