Browse Source

refine .gitignore for VSCode, Pi Pico, and CMake

master
Daniel Peter Chokola 3 years ago
parent
commit
0c27ce6005
  1. 32
      .gitignore

32
.gitignore vendored

@ -4,9 +4,7 @@ @@ -4,9 +4,7 @@
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
@ -23,34 +21,12 @@ @@ -23,34 +21,12 @@
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
*.elf
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# ---> CMake
# Build Directory
build/*
# ---> VisualStudioCode
.vscode/*

Loading…
Cancel
Save