commit 9f2c93f47e3e3a766315a4aed57f7b8e3849088d Author: Jonathan R. Madsen Date: Fri Aug 6 11:46:21 2021 -0500 Initial commit [ROCm/rocprofiler-systems commit: 1df44258e63cec10301097c97c3658cdd676d7a7] diff --git a/projects/rocprofiler-systems/.gitignore b/projects/rocprofiler-systems/.gitignore new file mode 100644 index 0000000000..259148fa18 --- /dev/null +++ b/projects/rocprofiler-systems/.gitignore @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app