forked from libretro/hatari
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
56 lines (44 loc) · 742 Bytes
/
.hgignore
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
# use glob syntax.
syntax: glob
config.h
CMakeCache.txt
install_manifest.txt
src/*.o
src/*.a
src/hatari
src/tos.img
src/*/*.o
src/*/*.a
src/cpu/build68k
src/cpu/cpudefs.c
src/cpu/cpuemu_*.c
src/cpu/cpustbl.c
src/cpu/cputbl.h
src/cpu/gencpu
src/uae-cpu/build68k
src/uae-cpu/cpudefs.c
src/uae-cpu/cpuemu.c
src/uae-cpu/cpustbl.c
src/uae-cpu/cputbl.h
src/uae-cpu/gencpu
tools/hmsa/hmsa
tools/hmsa/*.o
tools/hmsa/hmsa.1.gz
tools/debugger/gst2ascii
python-ui/*.pyc
python-ui/hatariui.1.gz
python-ui/conftypes.py
website/screens
*.1.gz
doc/doxygen/html
# These are for XCode on Mac OS X:
build/*
Hatari.build/*
Release/*
# switch to regexp syntax.
syntax: regexp
(^|/)\.hg($|/)
(^|/)\.hgtags($|/)
CMakeFiles
cmake_install.cmake
Makefile