-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.gitignore
74 lines (70 loc) · 1.06 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
# Ignore Autotools Output #
###########################
autom4te.cache/
.autotools
aclocal.m4
config.guess
config.h
config.h.in
config.h.in~
config.log
config.rpath
config.status
config.sub
configure
depcomp
gtk-doc.make
libtool
ltmain.sh
ABOUT-NLS
ChangeLog
Makefile
Makefile.in
omf.make
stamp-h1
xmldocs.make
# Build Output #
################
*.o
*.Po
*.Plo
*.la
*.lo
*.gmo
*.pc
# Libtoolize output #
.libs/
.deps/
# Specifically generated files #
colorschemes/*.theme
compile
doc/xfce4-terminal.1
INSTALL
install-sh
m4/
missing
po/Makefile.in.in
po/Makevars.template
po/POTFILES
po/Rules-quot
po/boldquot.sed
po/en@boldquot.header
po/en@quot.header
po/insert-header.sin
po/quot.sed
po/remove-potcdate.sed
po/remove-potcdate.sin
po/stamp-po
po/xfce4-terminal.pot
terminal/stamp-terminal-enum-types.h
terminal/stamp-terminal-marshal.h
terminal/terminal-config.h
terminal/terminal-enum-types.c
terminal/terminal-enum-types.h
terminal/terminal-marshal.c
terminal/terminal-marshal.h
terminal/xfce4-terminal
xfce4-terminal.desktop
xfce4-terminal-settings.desktop
# Catchall stuff #
*~