diff options
| author | Alexander Couzens | 2024-03-09 19:30:37 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2024-03-09 20:15:22 +0000 |
| commit | 4591f0ae8c1b54780172fec419b01a0b4d7fa819 (patch) | |
| tree | 83fad16b7a5271b3df85325d5812ba8686547345 | |
| parent | 2b57ee1acc5929025b9124496a8c51ea58005451 (diff) | |
| download | uqmi-4591f0ae8c1b54780172fec419b01a0b4d7fa819.tar.gz | |
.gitignore build/ directories
build is common used to build with cmake.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ uqmi +build/ .* Makefile CMakeCache.txt |