diff options
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 |
