diff options
author | Marc <marc@malloc.me> | 2022-08-20 16:10:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 16:10:00 +0100 |
commit | 3be534eb2b75f4c3376bf61014c7a06d719cb9e3 (patch) | |
tree | bb15b431693890c51adb13784ad8b73c8c76bfde /.gitignore | |
parent | ec21e1ee1c2c475730b4b22a9f603e4b0ae7fb84 (diff) | |
download | libwifi-3be534eb2b75f4c3376bf61014c7a06d719cb9e3.tar.gz libwifi-3be534eb2b75f4c3376bf61014c7a06d719cb9e3.tar.bz2 libwifi-3be534eb2b75f4c3376bf61014c7a06d719cb9e3.zip |
Add macOS support (#8)
Add macOS build support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dbbe0da..7ee9e2d 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -2,6 +2,7 @@ | |||
2 | *.a | 2 | *.a |
3 | *.o | 3 | *.o |
4 | *.so* | 4 | *.so* |
5 | *.dylib | ||
5 | 6 | ||
6 | # Build | 7 | # Build |
7 | CMakeLists.txt.user | 8 | CMakeLists.txt.user |
@@ -20,4 +21,9 @@ CMakeUserPresets.json | |||
20 | 21 | ||
21 | # Output | 22 | # Output |
22 | build/ | 23 | build/ |
23 | tests/build/ | 24 | test/build/ |
25 | test/*_tests | ||
26 | utils/test_* | ||
27 | |||
28 | # Temporary Patches | ||
29 | *.patch | ||