* src/.gitinore: Here, adding the '.dirstamp' file generated by the C compilation rules. --- src/.gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/.gitignore b/src/.gitignore index d78178c..1c1edbb 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,4 +1,5 @@ *.exe +/.dirstamp \[ arch base64 -- 1.7.12
