From b35e184d41c4e61e98b455d70321ba90118600a1 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: I842a1588ff27d8a0189f12d597f0a7af033d6c69 Tested-by: George Joseph --- main/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main/.gitignore (limited to 'main/.gitignore') diff --git a/main/.gitignore b/main/.gitignore new file mode 100644 index 000000000..23f5c58be --- /dev/null +++ b/main/.gitignore @@ -0,0 +1,3 @@ +asterisk +libasteriskssl.so.1 +version.c -- cgit v1.2.3