diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2023-02-13 10:57:09 -0500 |
---|---|---|
committer | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2023-02-13 10:57:09 -0500 |
commit | 125b12457320e3410aa92e0c7fe062a3d6267401 (patch) | |
tree | 24728752a4668c22d346e139529f4b9d9dcba9f6 | |
parent | 56c5ca2e6f95ce4ab07bdeffa3e33d6a1aaa2e20 (diff) | |
download | mstat-125b12457320e3410aa92e0c7fe062a3d6267401.tar.gz |
Ignore generated files in WSL2
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,3 +2,7 @@ cmake-* *.dat *.mstat +CMakeCache.txt +Makefile +cmake_install.cmake +CMakeFiles/ |