aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-06-19 21:47:52 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-06-19 21:47:52 -0700
commit4324288eb8e4dc92dd8215ffe03fc7eee8a7392b (patch)
tree4e3fb85e8e85c6497ff02e71cba74bc208d3433d /.gitignore
parent77452a26e7d95d29dbaa797595ae683f03a3345b (diff)
downloadriscv-isa-sim-4324288eb8e4dc92dd8215ffe03fc7eee8a7392b.zip
riscv-isa-sim-4324288eb8e4dc92dd8215ffe03fc7eee8a7392b.tar.gz
riscv-isa-sim-4324288eb8e4dc92dd8215ffe03fc7eee8a7392b.tar.bz2
post-repo-split cleanup
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..54ac075
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+#=========================================================================
+# Git Ignore Files
+#=========================================================================
+# We explicitly ignore a default build directory and the autoconf
+# generated autom4te.cache directory. This makes it easy to do a clean
+# build under the source directory and still have it appear clean to git.
+
+build/
+autom4te.cache/
+