dehydrate/.gitignore
2025-05-17 09:51:58 +12:00

34 lines
350 B
Plaintext

# Build directories
/build/
/build*/
# Output binaries and folders
/output/
# test folder
/test/
# CMake files
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
# Editor/OS files
*.swp
*.swo
*~
.DS_Store
# Compiled objects
*.o
*.obj
*.so
*.a
*.exe
*.dll
*.out
# Generated recreator files (optional, if you want to ignore them)
_*.[ch]pp