summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorCristian Măgherușan-Stanciu <cristi.magherusan@gmail.com>2011-06-07 14:55:40 +0200
committerPeter Stuge <peter@stuge.se>2011-06-09 00:13:10 +0200
commitfe0b4c591602355c7219a1e3240bf396907417be (patch)
tree970052afb66bcae84bb30b579fb6d1e895e9437a /.gitignore
parent51e1bc3a7b15dd635e2afb9d4d2ee1807fa057d5 (diff)
downloadcoreboot-staging-fe0b4c591602355c7219a1e3240bf396907417be.zip
coreboot-staging-fe0b4c591602355c7219a1e3240bf396907417be.tar.gz
Add basic .gitignore
Ignore directories created by abuild, jenkins, payloads and crossgcc. Change-Id: I7d4145fc1e54a10ffdc4b884d8b8f0ae53e615c6 Signed-off-by: Cristian Măgherușan-Stanciu <cristi.magherusan@gmail.com> Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://review.coreboot.org/10 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
new file mode 100644
index 0000000..78f083c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+.config
+.config.old
+.xcompile
+build/
+coreboot-builds/
+payloads/external/FILO/filo/
+payloads/external/SeaBIOS/seabios/
+util/crossgcc/tarballs/
+util/crossgcc/xgcc/
OpenPOWER on IntegriCloud