Skip to content

Commit

Permalink
.gitignore: prepend slash to result and source
Browse files Browse the repository at this point in the history
so that it matches only in the repository root.

Co-authored-by: Sandro Jäckel <[email protected]>
Co-authored-by: Milan Hauth <[email protected]>
  • Loading branch information
3 people committed Jun 10, 2022
1 parent cc8104a commit 2300d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2300d83

Please sign in to comment.