From 37b7dda7bc0c1a30971c07cf3f6f4202f68ed249 Mon Sep 17 00:00:00 2001 From: Vladislav Sytchenko Date: Thu, 13 Feb 2020 14:04:51 -0500 Subject: [PATCH] Add .gitignore file. Change-Id: Ia072769a04a6c2ed11eb245efc00dd9d555c4d93 [ROCm/clr commit: afa685234c8ac5d9092c1c7c314147f48c864c98] --- projects/clr/rocclr/.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 projects/clr/rocclr/.gitignore diff --git a/projects/clr/rocclr/.gitignore b/projects/clr/rocclr/.gitignore new file mode 100644 index 0000000000..eb4ded6295 --- /dev/null +++ b/projects/clr/rocclr/.gitignore @@ -0,0 +1,14 @@ +.* +!.gitignore +*.d +*.o +*.obj +*.gch +*.pch +*.so +*.dll +*.a +*.lib +*.exe +*.out +build \ No newline at end of file