Browse Source

Update .gitignore to exclude binaries and backup files

v2_dev
jek 3 months ago
parent
commit
1bf562ca91
  1. 4
      .gitignore

4
.gitignore vendored

@ -5,6 +5,9 @@
# Executables # Executables
/test_* /test_*
/tests/test_* /tests/test_*
/utun
/net_emulator/net_emulator
/net_emulator/test_*
# TinyCrypt build artifacts # TinyCrypt build artifacts
tinycrypt/lib/source/*.o tinycrypt/lib/source/*.o
@ -14,6 +17,7 @@ tinycrypt/tests/*.o
*.swp *.swp
*~ *~
*.bak *.bak
*.old
# OS files # OS files
.DS_Store .DS_Store

Loading…
Cancel
Save