forked from viking-gps/viking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
96 lines (87 loc) · 1.52 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
gnome-doc-utils.m4
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
*~
# /
/Makefile.in
/Makefile
/aclocal.m4
/autom4te.cache
/configure
/config.log
/config.status
/depcomp
/gnome-doc-utils.make
/gtk-doc.make
/install-sh
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
/missing
/mkinstalldirs
/omf.make
/viking.spec
/xmldocs.make
# /doc/
/doc/Makefile.in
/doc/Makefile
/doc/viking-remote.1
/doc/viking.1
# /doc/dev/
/doc/dev/Makefile.in
/doc/dev/Makefile
# doc/examples/
doc/examples/Makefile
doc/examples/Makefile.in
# doc/reference/
doc/reference/Makefile
doc/reference/Makefile.in
doc/reference/xml
doc/reference/html*
doc/reference/tmpl*
doc/reference/viking*
doc/reference/sgml*
doc/reference/*stamp
# /src/
/src/.deps
/src/Makefile.in
/src/Makefile
/src/*.o
/src/authors.h
/src/config.h
/src/config.h.in
/src/libviking.a
/src/stamp-h1
/src/viking
/src/viking.desktop
/src/vikenumtypes.h
/src/vikenumtypes.c
/src/documenters.h
# /src/icons/
/src/icons/.deps
/src/icons/Makefile.in
/src/icons/Makefile
/src/icons/*.h
/src/icons/icons.c
/src/icons/icons.o
/src/icons/libicons.a
# /test/
/test/.deps
/test/Makefile.in
/test/Makefile
/test/*.o
/test/gpx2gpx
/test/degrees_converter
/test/test_vikgotoxmltool
/test/test_coord_conversion
# /po/
/po/Makefile.in.in
/po/Makefile.in
/po/Makefile
/po/*.gmo
/po/POTFILES
/po/.intltool-merge-cache
/po/stamp-it