mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-09 04:19:10 +08:00
Update .gitignore
This commit is contained in:
parent
ad633ad2a8
commit
da84bbeb5a
41
.gitignore
vendored
41
.gitignore
vendored
@ -1,14 +1,33 @@
|
||||
.idea
|
||||
.vscode
|
||||
cmake-build-debug/
|
||||
# Object files
|
||||
*.o
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cachr
|
||||
cmake_install.cmake
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
*.cbp
|
||||
.*.swo
|
||||
.*.swp
|
||||
# Libraries
|
||||
*.lib
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
|
||||
/settings.json
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
*.su
|
||||
|
Loading…
Reference in New Issue
Block a user