initial commit

This commit is contained in:
2026-03-13 16:02:27 -04:00
commit f95f1a7248
3 changed files with 18 additions and 0 deletions

3
templates/.gitignore vendored Executable file
View File

@@ -0,0 +1,3 @@
build-*
*.user
experiments

View File

@@ -0,0 +1,7 @@
/**
@file %FILENAME%
@author %USER%
@date %DATE%
@brief %CLASS%
**/

View File

@@ -0,0 +1,8 @@
%YEAR%: Year
%MONTH%: Month
%DAY%: Day of the month
%DATE%: Date
%USER%: Username
%FILENAME%: File name
%CLASS%: Class name (if applicable)
%$VARIABLE%: Contents of environment variable VARIABLE.