forked from geany/geany
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
117 lines (112 loc) · 2.1 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#-----------------------------------------------------------------------
# common
#-----------------------------------------------------------------------
*.[ao]
*.la
*.lo
*.so
*.dll
*.exe
deps.mak
.deps/
.libs/
Makefile
Makefile.in
.dirstamp
#-----------------------------------------------------------------------
# / (root)
#-----------------------------------------------------------------------
/aclocal.m4
/autom4te.cache
/build-aux/
/build-stamp
/codenames
/config.guess
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/config.sub
/configure
/debian
/depcomp
/geany.1
/geany.desktop
/geany.glade.bak
/geany.gladep.bak
/geany.pc
/geany.nsi
/geany.spec
/global.tags.old
/install-sh
/intltool
/intltool-*
/libtool
/localwin32.mk
/ltmain.sh
/m4/lt*.m4
/m4/intltool.m4
/m4/libtool.m4
/make_deb.sh
/missing
/mkinstalldirs
/RUN
/stamp-h
/stamp-h1
/stamp-h.in
/*.tar.*
/TODO.*
#-----------------------------------------------------------------------
# /po/
#-----------------------------------------------------------------------
/po/ChangeLog.save
/po/*.gmo
/po/*.header
/po/.intltool-merge-cache
/po/LINGUAS
/po/Makefile.in.in
/po/Makevars
/po/*.mo
/po/*.pot
/po/POTFILES
/po/POTFILES.ignore
/po/POTFILES.in.missing
/po/POTFILES.in.noi18n
/po/Rules-quot
/po/*.sed
/po/*.sin
/po/stamp-it
/po/.intlcache
#-----------------------------------------------------------------------
# /src/
#-----------------------------------------------------------------------
/src/geany
/src/geany_private.res
/src/signallist.i
#-----------------------------------------------------------------------
# /doc/
#-----------------------------------------------------------------------
/doc/Doxyfile
/doc/Doxyfile-gi
/doc/Doxyfile.stamp
/doc/Doxyfile-gi.stamp
/doc/doxygen_*
/doc/geany.1
/doc/geany.html
/doc/hacking.html
/doc/*.pdf
/doc/*.aux
/doc/*.log
/doc/*.out
/doc/*.tex
/doc/*.toc
/doc/reference
/doc/geany-gtkdoc.h
/doc/geany-sciwrappers-gtkdoc.h
/doc/xml/
#-----------------------------------------------------------------------
# /tests/
#-----------------------------------------------------------------------
/tests/**/*.trs
/tests/**/*.log