rtl_433/.gitignore
2024-03-08 12:53:16 +01:00

31 lines
285 B
Text

# CMake out-of-tree builds
build*/
# IDE files
.cproject
.settings
.project
.cache
.vs
.idea
cmake-build-debug/
# Editor files
*.orig
*.bak
*~
*.tlog
*.ipdb
*.iobj
*.idb
*.lastbuildstate
*.db
*.opendb
# Development files
/_*/
/rtl_433_tests
# File manager files
.DS_Store
.history