Add info for GeoRef Map's parameters
[viking/guyou.git] / .gitignore
blobbeee29a3c0436960c6b94f7ded958c59a4c4efa3
1 # git-ls-files --others --exclude-from=.git/info/exclude
2 # Lines that start with '#' are comments.
3 # For a project mostly in C, the following would be a good set of
4 # exclude patterns (uncomment them if you want to use them):
5 # *.[oa]
6 # *~
8 # /
9 /Makefile.in
10 /Makefile
11 /aclocal.m4
12 /autom4te.cache
13 /configure
14 /config.log
15 /config.status
16 /depcomp
17 /install-sh
18 /intltool-extract.in
19 /intltool-merge.in
20 /intltool-update.in
21 /missing
22 /mkinstalldirs
23 /viking.spec
25 # /doc/
26 /doc/Makefile.in
27 /doc/Makefile
28 /doc/viking-remote.1
29 /doc/viking.1
31 # /doc/dev/
32 /doc/dev/Makefile.in
33 /doc/dev/Makefile
35 # /src/
36 /src/.deps
37 /src/Makefile.in
38 /src/Makefile
39 /src/*.o
40 /src/authors.h
41 /src/config.h
42 /src/config.h.in
43 /src/libviking.a
44 /src/stamp-h1
45 /src/viking
46 /src/viking.desktop
48 # /src/icons/
49 /src/icons/.deps
50 /src/icons/Makefile.in
51 /src/icons/Makefile
52 /src/icons/*.h
53 /src/icons/icons.c
54 /src/icons/icons.o
55 /src/icons/libicons.a
57 # /test/
58 /test/.deps
59 /test/Makefile.in
60 /test/Makefile
62 # /po/
63 /po/Makefile.in.in
64 /po/Makefile.in
65 /po/Makefile
66 /po/*.gmo
67 /po/POTFILES
68 /po/.intltool-merge-cache
69 /po/stamp-it