-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
99 lines (91 loc) · 1.28 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
# Global ignores
*~
*.pyc
Makefile
Makefile.in
# /
/*.userprefs
/*.usertasks
/*.diff
/*.patch
/*.userprefs
/*.usertasks
/configure
/config.*
/config.status
/depcomp
/autom4te.cache
/missing
/aclocal.m4
/install-sh
/intltool-update
/intltool-update.in
/intltool-merge
/intltool-merge.in
/intltool-extract
/intltool-extract.in
/gnome-doc-utils.make
/INSTALL
/libtool
/ltmain.sh
/mkinstalldirs
/pot-update
/stamp-h1
/tomboy.spec
/*.tar.gz
/bin
/obj
/*.suo
/*.pidb
/*.png
/*ico
/UIManagerLayout.xml
/Tomboy.addin.xml
/Tomboy.app
# /data
/data/GNOME_TomboyApplet.server
/data/GNOME_TomboyApplet.server.in
/data/org.gnome.Tomboy.service
/data/tomboy-addins.pc
/data/*.desktop
/data/*.schemas
# /help
/help/*.omf
/help/*/*.page
!/help/C/*.page
/help/*/*.xml
!/help/C/*.xml
/help/*/*.mo
# /po
/po/*.gmo
/po/POTFILES
/po/stamp-it
/po/Makefile.in.in
/po/cat-id-tbl.c
/po/.intltool-merge-cache
/po/messages
/po/missing
/po/*.mo
/po/notexist
/po/po2tbl.sed.*
/po/*.pot
/po/stamp-cat-id
# /libtomboy
/libtomboy/.deps
/libtomboy/.libs
/libtomboy/*.la
/libtomboy/*.lo
# /Tomboy
/Tomboy/Addins/*/*.dll
/Tomboy/Addins/*/*.dll.mdb
/Tomboy/Addins/*/*.pidb
/Tomboy/Addins/*/obj/
/Tomboy/Defines.cs
/Tomboy/tomboy-panel
/Tomboy/*.exe
/Tomboy/*.exe.config
/Tomboy/*.exe.mdb
/Tomboy/tomboy
# /Setup
/Setup/bin/
/Setup/obj/