diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-31 20:10:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-31 20:10:48 +0300 |
commit | 4d20bc9c99ba1b25b171e6c9f9bb831e23d0ff14 (patch) | |
tree | dccaefedbbcc7985bc000f44ae760191b6422b83 /.gitignore | |
parent | cmake: use install_pdbs() (diff) | |
download | winapi-utf8-4d20bc9c99ba1b25b171e6c9f9bb831e23d0ff14.tar.gz winapi-utf8-4d20bc9c99ba1b25b171e6c9f9bb831e23d0ff14.zip |
add `make build`, `make test`, etc.
Diffstat (limited to '')
-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/ |