From afa685234c8ac5d9092c1c7c314147f48c864c98 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 --- rocclr/.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rocclr/.gitignore diff --git a/rocclr/.gitignore b/rocclr/.gitignore new file mode 100644 index 0000000000..eb4ded6295 --- /dev/null +++ b/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