[asterisk-dev] Change in asterisk[master]: Add .gitignore and .gitreview files

George Joseph (Code Review) asteriskteam at digium.com
Sat Apr 11 13:26:41 CDT 2015


George Joseph has uploaded a new change for review.

  https://gerrit.asterisk.org/42

Change subject: Add .gitignore and .gitreview files
......................................................................

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.

Change-Id: I842a1588ff27d8a0189f12d597f0a7af033d6c69
Tested-by: George Joseph
---
A .gitignore
A .gitreview
2 files changed, 71 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/42/42/1

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..db9aaed
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,67 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
+
+**.[oadi]
+**.exports
+**.so
+**.moduleinfo
+**.makeopts
+**.makedeps
+**/makeopts
+
+.lastclean
+addons/mp3
+agi/eagi-sphinx-test
+agi/eagi-test
+agi/strcompat.c
+build_tools/menuselect-deps
+config.log
+config.status
+defaults.h
+doc/core-en_US.xml
+include/asterisk/autoconfig.h
+include/asterisk/build.h
+include/asterisk/buildopts.h
+main/ast_expr2.h
+main/asterisk
+main/libasteriskssl.so.1
+main/version.c
+makeopts.embed_rules
+menuselect-tree
+menuselect/autoconfig.h
+menuselect/cmenuselect
+menuselect/config.log
+menuselect/config.status
+menuselect/menuselect
+res/ael/ael.output
+res/ael/ael.tab.c
+res/ael/ael.tab.h
+utils/aelbison.c
+utils/aelparse
+utils/aelparse.c
+utils/ast_expr2.c
+utils/ast_expr2f.c
+utils/astman
+utils/astcanary
+utils/astdb2bdb
+utils/astdb2sqlite3
+utils/check_expr
+utils/check_expr2
+utils/conf2ael
+utils/db1-ast/libdb1.a
+utils/hashtab.c
+utils/lock.c
+utils/md5.c
+utils/muted
+utils/pbx_ael.c
+utils/pval.c
+utils/smsq
+utils/stereorize
+utils/strcompat.c
+utils/streamplayer
+utils/threadstorage.c
+
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..f9ef050
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.asterisk.org
+port=29418
+project=asterisk.git

-- 
To view, visit https://gerrit.asterisk.org/42
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I842a1588ff27d8a0189f12d597f0a7af033d6c69
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>



More information about the asterisk-dev mailing list