All of lore.kernel.org
 help / color / mirror / Atom feed
* [Powertop] [PATCH 12/12] clean up .gitignore file
@ 2014-08-02 11:54 Sami Kerola
  0 siblings, 0 replies; only message in thread
From: Sami Kerola @ 2014-08-02 11:54 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 2103 bytes --]

Keep the regular expressions, directories, and individual files separate
understandable way.

Signed-off-by: Sami Kerola <kerolasa(a)iki.fi>
---
 .gitignore | 111 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 49 insertions(+), 62 deletions(-)

diff --git a/.gitignore b/.gitignore
index d00973f..b9188a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,66 +1,53 @@
-*~
-*.o
+# regular expressions
 *.a
-*.html
 *.csv
-*.powertop
-ChangeLog
-Makefile.in
-aclocal.m4
-config.guess
-config.h.in
-config.rpath
-config.sub
-configure
-depcomp
-install-sh
-ltmain.sh
-missing
-stamp-h1
-Makefile
-config.h
-config.log
-config.status
-libtool
-pevent/.deps/
-pevent/Makefile
-pevent/Makefile.in
-po/Makefile
-po/Makevars.template
-po/POTFILES
-po/Rules-quot
-po/boldquot.sed
-po/en(a)boldquot.header
-po/en(a)quot.header
-po/insert-header.sin
-po/quot.sed
-po/remove-potcdate.sin
-po/*.gmo
-po/stamp-po
-src/powertop
-src/css.h
-src/Makefile.in
-src/.deps/
-src/Makefile
-src/calibrate/.deps/
-src/cpu/.deps/
-src/cpu/rapl/.deps
-src/devices/.deps/
-src/measurement/.deps/
-src/parameters/.deps/
-src/perf/.deps/
-src/process/.deps/
-src/tuning/.deps/
-src/report/.deps/
-m4
 *.dirstamp
-*.lo
+*.html
 *.la
-autom4te.cache
-remove-potcdate.sed
-compile
-stamp-po
-ABOUT-NLS
-ar-lib
-traceevent/.deps/
-traceevents/.libs/
+*.lo
+*.o
+*.powertop
+*~
+.deps
+/po/*.gmo
+Makefile
+Makefile.in
+
+# directories
+/m4/
+
+# individual files
+/ABOUT-NLS
+/ChangeLog
+/aclocal.m4
+/ar-lib
+/autom4te.cache
+/compile
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.rpath
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/po/Makevars.template
+/po/POTFILES
+/po/Rules-quot
+/po/boldquot.sed
+/po/en(a)boldquot.header
+/po/en(a)quot.header
+/po/insert-header.sin
+/po/quot.sed
+/po/remove-potcdate.sin
+/po/stamp-po
+/remove-potcdate.sed
+/src/css.h
+/src/powertop
+/stamp-h1
+/stamp-po
-- 
2.0.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-02 11:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-02 11:54 [Powertop] [PATCH 12/12] clean up .gitignore file Sami Kerola

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.