diff options
author | dannye <33dannye@gmail.com> | 2020-12-31 13:43:12 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-12-31 13:43:12 -0600 |
commit | cafe9034f1d5354bd636d41110c43b549ca3f717 (patch) | |
tree | a19ca9003603a819f3b93059e1341f81715e2741 /tools | |
parent | cebb6fc99d46219ab0014c1f9a614e9d3dee3742 (diff) |
Ignore executables on Windows
Diffstat (limited to 'tools')
-rw-r--r-- | tools/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index 93050b9..8016fb6 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,2 +1,4 @@ scan_includes gfx + +*.exe |