From 938bc3ff208fc1272e8f40d3d1953b5446c1d1b9 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdh8d@virginia.edu> Date: Thu, 17 May 2018 05:23:10 -0700 Subject: [PATCH] added libcapstone remote submodule in git, .gitignore file for build artifacts Former-commit-id: 3b4a2c31fdf90099b633d06ad919a840129e5a03 --- .gitignore | 6 ++++++ .gitmodules | 3 +++ libcapstone | 1 + 3 files changed, 10 insertions(+) create mode 100644 .gitmodules create mode 160000 libcapstone diff --git a/.gitignore b/.gitignore index e69de29bb..7a72fb1b2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,6 @@ +build/ +include/elfio/ +include/targ-config.h +third_party/ELFIO/ + + diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..f7912bf5e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libcapstone"] + path = libcapstone + url = https://github.com/aquynh/capstone.git diff --git a/libcapstone b/libcapstone new file mode 160000 index 000000000..5e184ec3c --- /dev/null +++ b/libcapstone @@ -0,0 +1 @@ +Subproject commit 5e184ec3c7fe3b3333639f4962762cce4e971888 -- GitLab