-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.hgignore
95 lines (94 loc) · 1.94 KB
/
.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
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
^build-.*
/build/
build/
/BUILD/
/Build/
DEBIAN/
debian/ambulant-gnome/
debian/ambulant-gnome.*
debian/ambulant-kde/
debian/ambulant-kde.*
debian/ambulant-python/
debian/ambulant-python.*
debian/libambulant/
debian/libambulant.*
debian/libambulant-dev/
debian/libambulant-dev.*
debian/tmp/
debian/files
/Release/
/Debug/
^lib/win32/.*\.exp
^bin/win32/.*\.exp
^bin/win32/.*\.egg-info
^third_party_packages/installed
^third_party_packages/SDL-1\..*
^third_party_packages/libxml2-2.*
^third_party_packages/live/
^third_party_packages/live555-latest.*
^third_party_packages/lpng128/
^third_party_packages/xerces-c-.*/
^third_party_packages/xerces-c-.*\.zip
^third_party_packages/xulrunner-sdk/
^third_party_packages/xulrunner-.*\.zip/
^third_party_packages/zlib/
^third_party_packages/jpeg/
^third_party_packages/expat/
^third_party_packages/mp3lib/
^third_party_packages/__MACOSX
^third_party_packages/ffmpeg-.*-prebuilt/
^third_party_packages/log\..*\.txt
^third_party_packages/
^projects/vc.*/.*\.user
^projects/vc.*/.*\.sdf
^projects/vc.*/.*\.opensdf
^projects/vc.*/.*\.ctl
^projects/vc.*/.*\.vsp
^projects/vc.*/ipch
^autom4te.cache
^aclocal.m4
^configure
^Documentation/user/user.helpindex
^Documentation/API/html
doxygen.*\.tmp
^src/pyambulant/ambulantgen.py
^src/pyambulant/ambulantincludegen.py
^src/pyambulant/ambulantobjgen.py
^src/pyambulant/ambulanttypetest.py
po/stamp-po
^libltdl
.*\.dll
.*\.exe
.*\.lib
.*\.pdb
.*\.ncb
.*\.suo
.*\.ilk
.*\.map
.*\.pyo
.*\.pyd
.*\.psess
.*\.bsc
Makefile$
Makefile.in
.*\.xcodeproj/.*\.pbxuser
.*\.xcodeproj/.*\.mode1v3
.*\.xcodeproj/xcuserdata
.*\.xcodeproj/project.xcworkspace/xcuserdata
.*\.pyc
.*\.pyo
.*\.Po
.*\.Plo
.*\.la
.*\.lo
.*\.o
ambulant.spec
config\..*
libambulant.pc
libtool
po/POTFILES
src/player_gtk/AmbulantPlayer_gtk
src/player_unix/qt_gui.moc.cpp
src/player_unix/AmbulantPlayer_qt
src/player_macosx/AmbulantPlayer.app
.*\.DS_Store