Skip to content

Commit

Permalink
gitignore: Set LC_COLLATE=C sort standard for file
Browse files Browse the repository at this point in the history
Add a comment at the beginning of the file that shows how to sort it
this way. That heading comment line actually gets resorted elsewhere
when applying this sorting. For the rare occasions when resorting is
needed, one simply has to manually put that line back at file's top.

Signed-off-by: Marco Miller <marco.miller@ericsson.com>
  • Loading branch information
marco-miller committed Feb 3, 2022
1 parent 98cb64c commit 94207a7
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
node_modules
.browser_modules
lib
# LC_COLLATE=C sort .gitignore
!examples/*/electron-builder.yml
!examples/*/package.json
!examples/*/resources/
!examples/*/scripts
*.log
*.tsbuildinfo
.browser_modules
/packages/react-components/coverage/
TraceCompassTutorialTraces
trace-compass-server
trace-compass-server.tar.gz
TraceCompassTutorialTraces.tgz
examples/*
!examples/*/package.json
!examples/*/electron-builder.yml
!examples/*/resources/
!examples/*/scripts
*.tsbuildinfo
lib
node_modules
trace-compass-server
trace-compass-server.tar.gz

0 comments on commit 94207a7

Please sign in to comment.