Initial commit: Generalized C project template with automatic versioning

This commit is contained in:
Your Name
2025-08-14 15:26:25 -04:00
commit 4201e97780
5 changed files with 1234 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
Trash/
# Auto-generated version files
src/version.h
src/version.c
lib/version.h
lib/version.c
version.h
version.c
VERSION
*.o
*.a
*.so
*.dylib
*.dll