From 555b5f5d30b7fc061eb7ea7344e91cde93a73341 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Sat, 11 Apr 2015 12:20:07 -0600 Subject: Add .gitignore and .gitreview files Add the .gitignore and .gitreview files to the asterisk repo. NB: You can add local ignores to the .git/info/exclude file without having to do a commit. Common ignore patterns are in the top-level .gitignore file. Subdirectory-specific ignore patterns are in their own .gitignore files. Change-Id: I4c8af3b8e3739957db545f7368ac53f38e99f696 Tested-by: George Joseph --- build_tools/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 build_tools/.gitignore (limited to 'build_tools') diff --git a/build_tools/.gitignore b/build_tools/.gitignore new file mode 100644 index 000000000..c60a0df86 --- /dev/null +++ b/build_tools/.gitignore @@ -0,0 +1 @@ +menuselect-deps -- cgit v1.2.3