utl/.gitignore

13 lines
129 B
Plaintext
Executable File

# Ignore binary directories
bin/
.dep/
obj/
# Ignore eclipse projects
.cproject
.project
.settings
Debug/
Release/