mirror of https://github.com/asterisk/asterisk
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 Josephchanges/42/42/3
parent
356b770632
commit
b35e184d41
@ -0,0 +1,26 @@
|
|||||||
|
# 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]
|
||||||
|
# *~
|
||||||
|
|
||||||
|
# See .gitignore in subdirectories for more ignored files
|
||||||
|
|
||||||
|
*~
|
||||||
|
*.[oadi]
|
||||||
|
*.ii
|
||||||
|
*.oo
|
||||||
|
*.eo
|
||||||
|
*.so
|
||||||
|
*.exports
|
||||||
|
*.moduleinfo
|
||||||
|
*.makeopts
|
||||||
|
*.makedeps
|
||||||
|
makeopts
|
||||||
|
.lastclean
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
defaults.h
|
||||||
|
makeopts.embed_rules
|
||||||
|
menuselect-tree
|
@ -0,0 +1,4 @@
|
|||||||
|
[gerrit]
|
||||||
|
host=gerrit.asterisk.org
|
||||||
|
port=29418
|
||||||
|
project=asterisk.git
|
@ -0,0 +1 @@
|
|||||||
|
mp3
|
@ -0,0 +1,3 @@
|
|||||||
|
eagi-sphinx-test
|
||||||
|
eagi-test
|
||||||
|
strcompat.c
|
@ -0,0 +1 @@
|
|||||||
|
menuselect-deps
|
@ -0,0 +1 @@
|
|||||||
|
core-en_US.xml
|
@ -0,0 +1,3 @@
|
|||||||
|
autoconfig.h
|
||||||
|
build.h
|
||||||
|
buildopts.h
|
@ -0,0 +1,3 @@
|
|||||||
|
asterisk
|
||||||
|
libasteriskssl.so.1
|
||||||
|
version.c
|
@ -0,0 +1,5 @@
|
|||||||
|
autoconfig.h
|
||||||
|
cmenuselect
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
menuselect
|
@ -0,0 +1 @@
|
|||||||
|
ael.output
|
@ -0,0 +1,24 @@
|
|||||||
|
aelbison.c
|
||||||
|
aelparse
|
||||||
|
aelparse.c
|
||||||
|
ast_expr2.c
|
||||||
|
ast_expr2f.c
|
||||||
|
astman
|
||||||
|
astcanary
|
||||||
|
astdb2bdb
|
||||||
|
astdb2sqlite3
|
||||||
|
check_expr
|
||||||
|
check_expr2
|
||||||
|
conf2ael
|
||||||
|
db1-ast/libdb1.a
|
||||||
|
hashtab.c
|
||||||
|
lock.c
|
||||||
|
md5.c
|
||||||
|
muted
|
||||||
|
pbx_ael.c
|
||||||
|
pval.c
|
||||||
|
smsq
|
||||||
|
stereorize
|
||||||
|
strcompat.c
|
||||||
|
streamplayer
|
||||||
|
threadstorage.c
|
Loading…
Reference in new issue