summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSaeHie Park <saehie.park@gmail.com>2016-11-22 21:55:26 +0900
committerJan Vorlicek <janvorli@microsoft.com>2016-11-22 13:55:26 +0100
commitd4b1a7473dcaa7ed9ead85ce3ff0fb39e1d5059f (patch)
tree26089e2d4f6bb48212e1ce99055f1e8e258d9861 /.gitignore
parentb78b71f220ccb28eb6a5f9ea903536bdb6cd3f3d (diff)
downloadcoreclr-d4b1a7473dcaa7ed9ead85ce3ff0fb39e1d5059f.tar.gz
coreclr-d4b1a7473dcaa7ed9ead85ce3ff0fb39e1d5059f.tar.bz2
coreclr-d4b1a7473dcaa7ed9ead85ce3ff0fb39e1d5059f.zip
[x86/Linux] fix and add for x86 cmake configuration (#8219)
This patch will add x86 part for cross build - add x86 in build-rootfs and related cross files - add x86 parts in CMakeLists.txt to pass configuration - add required source files to pass configuration
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b3ac01be87..ea3e8ea147 100644
--- a/.gitignore
+++ b/.gitignore
@@ -295,6 +295,8 @@ Makefile
# Cross compilation
cross/rootfs/*
+# add x86 as it is ignored in 'Build results'
+!cross/x86
#python import files
*.pyc