forked from fenrus75/powertop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
101 lines (92 loc) · 1.22 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
# automake
Makefile
Makefile.in
/ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap
.deps/
.dirstamp
# autoconf
autom4te.cache
/config.h
/config.rpath
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.log
/config.status
/config.sub
/configure
/configure.scan
/depcomp
/install-sh
/missing
/stamp-h1
# libtool
/libtool
/ltmain.sh
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
.libs
*.lo
*.la
# texinfo
/texinfo.tex
# autoreconf and gettext
/ABOUT-NLS
m4/ax_add_fortify_source.m4
m4/ax_cxx_compile_stdcxx.m4
m4/ax_pthread.m4
m4/gettext.m4
m4/host-cpu-c-abi.m4
m4/iconv.m4
m4/intlmacosx.m4
m4/lib-ld.m4
m4/lib-link.m4
m4/lib-prefix.m4
m4/nls.m4
m4/pkg.m4
m4/po.m4
m4/progtest.m4
po/POTFILES
po/Makevars.template
po/Rules-quot
po/boldquot.sed
po/insert-header.sin
po/quot.sed
po/remove-potcdate.sin
po/remove-potcdate.sed
# gettext build artifacts
po/ca.gmo
po/cs_CZ.gmo
po/de_DE.gmo
po/en_GB.gmo
po/en_US.gmo
po/es_ES.gmo
po/hu_HU.gmo
po/id_ID.gmo
po/nl_NL.gmo
po/stamp-po
po/zh_TW.gmo
# other generated files
/Doxyfile
src/css.h
# object files
*.o
src/powertop
# development tools
cscope.out
tags
# doxygen
doc/html
Doxyfile.in.bak