From 0e5cfed3eb3565d6d20494d9d013fbf3b40892c5 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Sun, 6 Nov 2016 04:07:51 -0600 Subject: [PATCH] Update gitignore for some common output files Change-Id: I9cd60f042af4dba07fe0fdbd2ee442936ff8c7bd --- hipamd/.gitignore | 1 + hipamd/samples/0_Intro/hcc_dialects/.gitignore | 5 +++++ hipamd/samples/0_Intro/module_api/.gitignore | 5 +++++ 3 files changed, 11 insertions(+) create mode 100644 hipamd/samples/0_Intro/hcc_dialects/.gitignore create mode 100644 hipamd/samples/0_Intro/module_api/.gitignore diff --git a/hipamd/.gitignore b/hipamd/.gitignore index 67fa40f563..22cd23f2c6 100644 --- a/hipamd/.gitignore +++ b/hipamd/.gitignore @@ -1,4 +1,5 @@ .* +!.gitignore *.o *.exe *.swp diff --git a/hipamd/samples/0_Intro/hcc_dialects/.gitignore b/hipamd/samples/0_Intro/hcc_dialects/.gitignore new file mode 100644 index 0000000000..bce1cdf193 --- /dev/null +++ b/hipamd/samples/0_Intro/hcc_dialects/.gitignore @@ -0,0 +1,5 @@ +vadd_amp_arrayview +vadd_hc_am +vadd_hc_array +vadd_hc_arrayview +vadd_hip diff --git a/hipamd/samples/0_Intro/module_api/.gitignore b/hipamd/samples/0_Intro/module_api/.gitignore new file mode 100644 index 0000000000..c1d81e043f --- /dev/null +++ b/hipamd/samples/0_Intro/module_api/.gitignore @@ -0,0 +1,5 @@ +runKernel.hip.out +vcpy_isa.code +vcpy_isa.hsaco +vcpy_kernel.co +vcpy_kernel.code