diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:00:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:00:20 +0000 |
commit | fcb4cb5c3d0fec0fede160d565134d553d783fb2 (patch) | |
tree | 7be42535554ca6badc1847d83ef123f4dc3c5506 /.gitignore | |
parent | Initial commit. (diff) | |
download | powertop-fcb4cb5c3d0fec0fede160d565134d553d783fb2.tar.xz powertop-fcb4cb5c3d0fec0fede160d565134d553d783fb2.zip |
Adding upstream version 2.15.upstream/2.15upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aae8e7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,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/en@boldquot.header +po/en@quot.header +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 |