diff options
| author | Deval Shah <[email protected]> | 2018-11-09 21:14:55 -0800 |
|---|---|---|
| committer | Deval Shah <[email protected]> | 2018-11-09 21:14:55 -0800 |
| commit | 36496d4ab2ff1088979e0f3137c54592652c37da (patch) | |
| tree | ca449a4dc68abd5355764ae1bc50ca6ea5888fec /.gitignore | |
| parent | 0265d747b06c18d0a1ee00fb1641032201425c97 (diff) | |
| parent | 0e8d4f190940681601bdf7f95a5686baa0b6463b (diff) | |
resolving merge conflict
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -34,3 +34,25 @@ cuobjdump_to_ptxplus/sass_parser.output build/* tags *.swp +*~ +cscope* +tags +regression.sh + +#gcov +*.gcov +*.gcda +*.gcno + +#debug_tools +debug_tools/WatchYourStep/data/* +debug_tools/WatchYourStep/ptxjitplus/bin/* +*log +*.o +debug_tools/WatchYourStep/ptxjitplus/config* +debug_tools/WatchYourStep/ptxjitplus/*.xml +debug_tools/WatchYourStep/ptxjitplus/*.icnt +debug_tools/WatchYourStep/ptxjitplus/gpgpu* +debug_tools/WatchYourStep/ptxjitplus/*.old +debug_tools/WatchYourStep/ptxjitplus/ptxjitplus +debug_tools/WatchYourStep/ptxjitplus/*.ptx |
