Ignore IDE stuff.

This commit is contained in:
Kyle Isom 2023-10-09 20:00:18 -07:00
parent 8122ca265d
commit 0f1eff514d
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,3 +1,7 @@
.idea
.vc
.vscode
*.a *.a
*.o *.o
*.bin *.bin
@ -5,5 +9,7 @@ build
core core
core.* core.*
cmake-build-* cmake-build-*
bufferTest
dictionaryTest dictionaryTest
tlvTest tlvTest