mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Moved contrib/asterisk-ng-doxygen to doc/asterisk-ng-doxygen.in Changed /Makefile to copy asterisk-ng-doxygen.in to asterisk-ng-doxygen then modify it with version instead of modifying asterisk-ng-doxygen directly. Updated clean targets as well. Updated /.gitignore and doc/.gitignore. Change-Id: I38712d3e334fa4baec19d30d05de8c6f28137622
37 lines
547 B
Plaintext
37 lines
547 B
Plaintext
# 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]
|
|
*.gz
|
|
*.ii
|
|
*.oo
|
|
*.eo
|
|
*.so
|
|
*.exports
|
|
*.moduleinfo
|
|
*.makeopts
|
|
*.makedeps
|
|
.lastclean
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.log
|
|
config.status
|
|
defaults.h
|
|
makeopts
|
|
makeopts.embed_rules
|
|
menuselect-tree
|
|
*.sha1
|
|
*.pyc
|
|
*.gcno
|
|
*.gcda
|
|
latex
|
|
doxygen.log
|
|
|