diff options
author | Marc <foxtrot@malloc.me> | 2021-11-30 22:39:26 +0000 |
---|---|---|
committer | Marc <foxtrot@malloc.me> | 2021-12-01 16:54:44 +0000 |
commit | ae6c98a48da409d040604aeffb84a38155fb5bac (patch) | |
tree | c27a8e28972209581ce3fba2130bf0c2b4f9c9c0 /.gitignore | |
download | libwifi-ae6c98a48da409d040604aeffb84a38155fb5bac.tar.gz libwifi-ae6c98a48da409d040604aeffb84a38155fb5bac.tar.bz2 libwifi-ae6c98a48da409d040604aeffb84a38155fb5bac.zip |
Initial Commit
Signed-off-by: Marc <foxtrot@malloc.me>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbbe0da --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,23 @@ | |||
1 | # Binaries | ||
2 | *.a | ||
3 | *.o | ||
4 | *.so* | ||
5 | |||
6 | # Build | ||
7 | CMakeLists.txt.user | ||
8 | CMakeCache.txt | ||
9 | CMakeFiles | ||
10 | CMakeScripts | ||
11 | Testing | ||
12 | Makefile | ||
13 | cmake_install.cmake | ||
14 | install_manifest.txt | ||
15 | compile_commands.json | ||
16 | CTestTestfile.cmake | ||
17 | _deps | ||
18 | CMakeUserPresets.json | ||
19 | *-prefix/ | ||
20 | |||
21 | # Output | ||
22 | build/ | ||
23 | tests/build/ | ||