gitignore

This commit is contained in:
Your Name 2025-05-17 08:39:34 +12:00
parent 93355df70b
commit 7049fa0a80
3 changed files with 29 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# Build directories
/build/
# Output binaries and folders
/output/
# 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

Binary file not shown.

Binary file not shown.