diff options
author | Shao-Ce SUN <sunshaoce@iscas.ac.cn> | 2022-05-21 00:26:54 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-23 09:13:34 -0400 |
commit | 2c1ab065fe06559cae0ca1339f3bb51ec9b4cb75 (patch) | |
tree | ac2bcda4969a43391df9b495f7f1dc7d2ef2f9c0 /.gitignore | |
parent | c97fd9f06576722d760a172110f250f4672a3855 (diff) | |
download | cmake-2c1ab065fe06559cae0ca1339f3bb51ec9b4cb75.tar.gz |
gitignore: Tell Git to ignore build*/ directories
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index be848fb49b..5bd9113cc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Common build directories +build*/ + # Exclude MacOS Finder files. .DS_Store |