Skip to content

Commit

Permalink
45752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshahaf committed May 2, 2020
1 parent ff50d96 commit 071d795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-05-02 Daniel Shahaf <d.s@daniel.shahaf.name>

* 45752/0001: Completion/Unix/Command/_gcc: Add .cpp and .hpp
to the ignored extensions list.

2020-04-27 Benjamin Esham <benjamin@esham.io>

* github #56: Doc/Zsh/mod_zutil.yo: typo: Add a single quote
Expand Down
2 changes: 1 addition & 1 deletion Completion/Unix/Command/_gcc
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ languages=(
# generic options (from --help)
args+=(
'-###[print commands to run this compilation]'
'-o:output file:_files -g "^*.(c|h|cc|C|cxx)(-.)"'
'-o:output file:_files -g "^*.(c|h|cc|C|cxx|cpp|hpp)(-.)"'
'-x[Specify the language of the following input files]:input file language:('"$languages"')'
'+e-:virtual function definitions in classes:((0\:only\ interface 1\:generate\ code))'
'-d-:dump:->dump'
Expand Down

0 comments on commit 071d795

Please sign in to comment.