From 360d856f7189b2a69e5b48c04f9a0cdcbb6466b1 Mon Sep 17 00:00:00 2001 From: WilliamMTK Date: Tue, 18 Feb 2025 17:14:19 -0500 Subject: Fix cache string description in config files (#96) * fix_cache_string: update cache desc in config files and remove typos * fix_cache_string: update gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 340277a..c27f921 100644 --- a/.gitignore +++ b/.gitignore @@ -56,9 +56,17 @@ debug_tools/WatchYourStep/ptxjitplus/gpgpu* debug_tools/WatchYourStep/ptxjitplus/*.old debug_tools/WatchYourStep/ptxjitplus/ptxjitplus debug_tools/WatchYourStep/ptxjitplus/*.ptx +*.tmp # Accel-sim packages used for regressions accel-sim-framework/ gpu-app-collection/ setup + +# OS/IDE specific files +.idea/ +.vscode/ +.DS_Store +.DS_store +__pycache__/ -- cgit v1.3