mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 20:08:16 +00:00
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
27 lines
470 B
Plaintext
27 lines
470 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]
|
|
*.ii
|
|
*.oo
|
|
*.eo
|
|
*.so
|
|
*.exports
|
|
*.moduleinfo
|
|
*.makeopts
|
|
*.makedeps
|
|
makeopts
|
|
.lastclean
|
|
config.log
|
|
config.status
|
|
defaults.h
|
|
makeopts.embed_rules
|
|
menuselect-tree
|