diff options
| author | Damien George | 2019-08-16 00:08:08 +1000 |
|---|---|---|
| committer | Damien George | 2019-08-16 00:08:08 +1000 |
| commit | 497683b315c0fb842a6ce528f9c4ec88f4b8ff2a (patch) | |
| tree | 08ce84b534b0b474a864201dc811216e13698e4f /.gitignore | |
| parent | acfbb9febd024475bdcb4ebbe2ec8c0e9a652275 (diff) | |
gitignore: Put build-*/ pattern in top-level gitignore file.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5e841a89c..50bd30e87 100644 --- a/.gitignore +++ b/.gitignore @@ -20,9 +20,10 @@ ###################### *.swp -# Build directory +# Build directories ###################### build/ +build-*/ # Test failure outputs ###################### |
