diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-07-09 20:59:26 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-07-09 20:59:26 +0100 |
commit | bd99f088a53686119c9bbfc0baf34128cd0eda2f (patch) | |
tree | d98001bdc5992bfc8a694bcda68805665a9a7f0e /.gitignore | |
parent | c920fe38a19013b99f3f74e48da9724fb053c212 (diff) | |
download | t2win-bd99f088a53686119c9bbfc0baf34128cd0eda2f.tar.gz t2win-bd99f088a53686119c9bbfc0baf34128cd0eda2f.zip |
add stuff to gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -6,3 +6,21 @@ obj cmake-build-debug work +# ignore VC++5 temp files / artifacts +*.aps +*.dll +*.exe +*.exp +*.ilk +*.lib +*.map +*.ncb +*.opt +*.pch +*.pdb +*.plg +*.res + +# ignore original resource files +res +!*.rc2 |