mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
c957f78209
Signed-off-by: DL6ER <dl6er@dl6er.de>
46 lines
794 B
Plaintext
46 lines
794 B
Plaintext
# Generated binary
|
|
pihole-FTL*
|
|
|
|
# Versioning files (generated by Makefile)
|
|
version.h
|
|
version~
|
|
|
|
# CMake files generated during compilation
|
|
/cmake/
|
|
/cmake_ci/
|
|
/cmake-build-debug/
|
|
/cmake-build-release/
|
|
|
|
# IDE files
|
|
.idea/
|
|
*.sw*
|
|
.vscode/*
|
|
!.vscode/c_cpp_properties.json
|
|
/build/
|
|
|
|
# __pycache__ files (API tests)
|
|
__pycache__/
|
|
|
|
# When patch fails to apply a patch segment to the original file, it saves the
|
|
# temporary original file copy out durably as *.orig, dumps the rejected segment
|
|
# to *.rej, and continues trying to apply patch segments.
|
|
*.orig
|
|
*.rej
|
|
|
|
# MAC->Vendor database files
|
|
tools/manuf.data
|
|
tools/macvendor.db
|
|
|
|
# Documentation files generated by cmake
|
|
src/api/docs/hex
|
|
|
|
# Test dependencies
|
|
/node_modules/
|
|
|
|
# Test Leftovers
|
|
dig.log
|
|
ptr.log
|
|
|
|
# Compiled LUA scripts
|
|
/src/lua/scripts/*.hex
|