diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-03 14:50:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-06 21:30:44 +0300 |
commit | 821ae8000593e2c33724530216217daad8d02835 (patch) | |
tree | c746fde20ab240f8f4ad40361b69c55b605ab675 /.gitignore | |
parent | cmake: use install_pdbs() (diff) | |
download | winapi-common-821ae8000593e2c33724530216217daad8d02835.tar.gz winapi-common-821ae8000593e2c33724530216217daad8d02835.zip |
add CTest tests, add `make test`, etc.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e03e15 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.build/ |