-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
64 lines (64 loc) · 1.02 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
# ignore file
*.lo
*.o
.dirstamp
.dstamp
.libs
/build-aux
m4/*
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.h
config.h.in
config.log
config.status
configure
/data/easytag-nautilus.metainfo.xml
/data/org.gnome.EasyTAG.appdata.valid
/data/org.gnome.EasyTAG.appdata.xml
/data/org.gnome.EasyTAG.desktop
/doc/easytag.1
/doc/version.xml
/doc/easytag.1
/data/org.gnome.EasyTAG.gschema.valid
/doc/version.xml
/easytag
/easytag-*.tar.xz
/easytag-*-setup.exe
/easytag-win32-installer.nsi
/easytag.exe
/help/*/*.mo
/help/*/*.page
/help/*/*.stamp
/help/*/legal.xml
!/help/C
/INSTALL
/libnautilus-easytag.la
/libtool
/org.gnome.EasyTAG.enums.xml
/nautilus-extension/.deps
/po/*.gmo
/po/.intltool-merge-cache
/po/Makefile.in.in
/po/POTFILES
/po/easytag.pot
/po/stamp-it
/src/.deps/
/src/tags/id3lib/.deps/
/src/tags/libapetag/.deps/
/src/tags/.deps/
/src/win32/.deps/
/src/win32/easytag.rc
/src/enums.c
/src/enums.h
/src/resource.c
/src/resource.h
/????-report.html
/????-report.xml
/test-suite.log
/tests/.deps/
/tests/test-*
!/tests/*.c
stamp-h1