klips/.gitignore
Shaun Reed a864342974 Add RD of Binary Search Tree implementation
+ Update .gitignore to exclude .idea configs
2020-07-04 20:58:14 -04:00

7 lines
71 B
Plaintext

build/
**/.vscode
**/.idea/**
**/driver
**/*.o
**/cmake-build-debug/**