diff options
author | Simon Gagne <gags2431@usherbrooke.ca> | 2023-03-21 11:35:43 -0400 |
---|---|---|
committer | Simon Gagne <gags2431@usherbrooke.ca> | 2023-03-21 11:35:43 -0400 |
commit | 73d1b5bdda882a533767e06e75831cc5c9e552a5 (patch) | |
tree | cbe336efcf45c7bb711f84042ade103ca1921fd9 /.gitignore | |
parent | 24975df8fe3161947f99506e05538b05c05ba3a1 (diff) | |
parent | 1d23034ac50413ed3172bad68c944faf93199dcc (diff) |
Windows compat
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # Created by https://www.toptal.com/developers/gitignore/api/c++,vim,tags,qt,qtcreator,c,visualstudio,visualstudiocode,emacs # Edit at https://www.toptal.com/developers/gitignore?templates=c++,vim,tags,qt,qtcreator,c,visualstudio,visualstudiocode,emacs +# +.vscode +bkp/ ### C ### # Prerequisites |