diff options
author | Colin Schmidt <colins@berkeley.edu> | 2017-06-22 12:25:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-22 12:25:45 -0700 |
commit | 272a79acf693569166f24b91050694b9174745c1 (patch) | |
tree | 75fd6306b53bf39e1b8478401a3a00b76912fbc2 /.gitignore | |
parent | 4e2e730abef0789143a3e10db30eb2771e311731 (diff) | |
download | riscv-openocd-gitignore-build.zip riscv-openocd-gitignore-build.tar.gz riscv-openocd-gitignore-build.tar.bz2 |
Ignore build directorygitignore-build
the riscv-tools build script make a subdirectory to build in, other submodules ignore this file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ # stuff "git status" should ignore # build output +build/ .libs .deps .dirstamp |