summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2012-08-07 21:17:33 -0500
committerPeter Stuge <peter@stuge.se>2012-08-08 05:15:06 +0200
commit6a73bf668849d5c8940f04197cf6087dcc45ce77 (patch)
tree0b7f36c56cbd0b56e32505f5f35475a5126e7464 /.gitignore
parent1c5071d1753b759f1f3c58fca93eaa7a0aabb804 (diff)
downloadcoreboot-staging-6a73bf668849d5c8940f04197cf6087dcc45ce77.zip
coreboot-staging-6a73bf668849d5c8940f04197cf6087dcc45ce77.tar.gz
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@gmail.com> Change-Id: I2fbb907f21d85d6994caa8bbe32c4e9814b5f4b4 Reviewed-on: http://review.coreboot.org/1423 Reviewed-by: Peter Stuge <peter@stuge.se> Tested-by: build bot (Jenkins)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
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
OpenPOWER on IntegriCloud