forked from celluloid-player/celluloid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
61 lines (60 loc) · 797 Bytes
/
.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
# Files generated by autotools
/autom4te.cache
/aclocal.m4
/compile
/configure
/configure.sub
/config.*
/depcomp
/install-sh
/intltool-*
/ltmain.sh
/missing
/ar-lib
/libtool
/test-driver
/stamp-h1
/m4
Makefile.in.in
Makefile.in
Makefile
config.*
po/POTFILES
po/stamp-it
/po/Makevars.template
/po/*~
/po/*.sed
/po/*.sin
/po/*.header
/po/Rules-quot
/ABOUT-NLS
# Files generated by `make`
*.o
*.stamp
*.la
*.so
*.dll
*.a
*.exe
*.lo
*.log
*.trs
*.test
*.tar.xz
.deps/
.libs/
data/*.valid
data/gnome-mpv.appdata.xml
data/gnome-mpv.desktop
data/org.gnome-mpv.gschema.xml
data/io.github.GnomeMpv.appdata.xml
data/io.github.GnomeMpv.desktop
data/io.github.GnomeMpv.gschema.xml
po/gnome-mpv.pot
po/*.gmo
po/.intltool-merge-cache
.dirstamp
src/gnome-mpv
src/authors.h
src/marshal.*
src/mpris/mpris_gdbus.*