summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-11-19 15:20:12 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-02-11 10:42:28 -0800
commit046e6874c47ec55e23b7a566bca51d2920562485 (patch)
tree6775c618f253d3851738f8d5572f204c0ec7db8d /.gitignore
parenta91ff1c9d1842918329ef7a81afd3848854d53c7 (diff)
downloadrust-046e6874c47ec55e23b7a566bca51d2920562485.tar.gz
Add a Cargo-based build system
This commit is the start of a series of commits which start to replace the makefiles with a Cargo-based build system. The aim is not to remove the makefiles entirely just yet but rather just replace the portions that invoke the compiler to do the bootstrap. This commit specifically adds enough support to perform the bootstrap (and all the cross compilation within) along with generating documentation. More commits will follow up in this series to actually wire up the makefiles to call this build system, so stay tuned!
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 572111bf961..b6f5f04bff6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,3 +93,4 @@ tmp.*.rs
version.md
version.ml
version.texi
+/target