libUFN/.gitignore

27 lines
222 B
Plaintext
Raw Permalink Normal View History

# IDE/Editor - data
.vscode/
.eclipse/
# Folders that should stay local
.private/
.build/
# Executable code
*.a
*.dll
*.dmg
*.elf
*.exe
*.lib
*.o
*.out
*.so
# Compiled Headers
*.gch
*.pch
# Debug Information
vgcore.*