colorwrap/.gitignore

17 lines
161 B
Plaintext

# Ignore the build and lib dirs
*.i
*.s
build/*
testing/*.lp
#lib/*
# Ignore any executables
bin/*
# Ignore temp editor files
*.swp
*.tmp
.vscode/*
!.gitkeep