Merge pull request #177165 from yuuyins/gitignore
.gitignore: prepend slash to result and source
This commit is contained in:
commit
7b62e79629
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,13 +5,13 @@
|
|||
.idea/
|
||||
.vscode/
|
||||
outputs/
|
||||
result
|
||||
result-*
|
||||
source/
|
||||
/doc/NEWS.html
|
||||
/doc/NEWS.txt
|
||||
/doc/manual.html
|
||||
/doc/manual.pdf
|
||||
/result
|
||||
/source/
|
||||
.version-suffix
|
||||
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in a new issue