about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorMarc <marc@malloc.me>2022-08-20 16:10:00 +0100
committerGitHub <noreply@github.com>2022-08-20 16:10:00 +0100
commit3be534eb2b75f4c3376bf61014c7a06d719cb9e3 (patch)
treebb15b431693890c51adb13784ad8b73c8c76bfde /.gitignore
parentec21e1ee1c2c475730b4b22a9f603e4b0ae7fb84 (diff)
downloadlibwifi-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--.gitignore8
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
7CMakeLists.txt.user 8CMakeLists.txt.user
@@ -20,4 +21,9 @@ CMakeUserPresets.json
20 21
21# Output 22# Output
22build/ 23build/
23tests/build/ 24test/build/
25test/*_tests
26utils/test_*
27
28# Temporary Patches
29*.patch