diff options
| author | WilliamMTK <[email protected]> | 2025-02-18 17:14:19 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-18 22:14:19 +0000 |
| commit | 360d856f7189b2a69e5b48c04f9a0cdcbb6466b1 (patch) | |
| tree | 577d2d79941aa48b4abf47043cb82a0aea3b06a5 /.gitignore | |
| parent | 287fe0aa17ec1ac5bdd595ca6e89aa97464bcac7 (diff) | |
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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__/ |
