[coreboot] New patch to review for coreboot: 4412fec gitignore: Ignore KDE backup files
Alexandru Gagniuc (mr.nuke.me@gmail.com)
gerrit at coreboot.org
Wed Aug 8 04:20:37 CEST 2012
Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1423
-gerrit
commit 4412fec06da358325839fcc79b0d834d43d3778b
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date: Tue Aug 7 21:17:33 2012 -0500
gitignore: Ignore KDE backup files
KDE editors love to create tons of backup files every time a file is
edited. This makes it very hard to get useful information from git status
and very easy to commit the wrong stuff. Add those to the gitignore list.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Change-Id: I2fbb907f21d85d6994caa8bbe32c4e9814b5f4b4
---
.gitignore | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8e259c7..ea10be7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,15 @@ util/crossgcc/w32api-*/
*.\#
*.swp
*.bin
+
+#
+# KDE editors create lots of backup files whenever
+# a file is edited, so just ignore them
+*~
+*.kate-swp
+# Ignore Kdevelop project file
+.kdev4
+
util/ectool/ectool
util/inteltool/.dependencies
util/inteltool/inteltool
More information about the coreboot
mailing list