Commit 0ab91a7
committed
Remove unwanted files from /mingw32 and /mingw64
This repeats the exercise from git-for-windows#35, but
excludes a few files that might actually be relevant:
This trick was performed by:
f() {
comm -23 \
<(git -C / ls-files $1\* |
sort) \
<(git -C /var/lib/pacman/local/ grep ^$1 \*/files |
sed -n 's,^.*:\(.*[^/]\)$,\1,p' |
sort)
}
f mingw |
xargs -d '\n' -r git -C / rm
git restore --staged mingw32/etc mingw64/etc mingw64/share mingw64/var
Signed-off-by: Jeremy Drake <[email protected]>1 parent e076b11 commit 0ab91a7
File tree
2,296 files changed
+0
-51750
lines changed- mingw32
- bin
- lib/ruby/gems/3.0.0
- cache
- doc/asciidoctor-2.0.17/ri
- Array
- Asciidoctor
- AbstractBlock
- AbstractNode
- AttributeList
- Block
- Callouts
- Cli
- Invoker
- Options
- Compliance
- Converter
- BackendTraits
- Base
- CompositeConverter
- Config
- CustomFactory
- DefaultFactoryProxy
- DefaultFactory
- DocBook5Converter
- Factory
- Html5Converter
- ManPageConverter
- TemplateConverter
- Document
- AttributeEntry
- Title
- Extensions
- BlockMacroProcessor
- BlockProcessorDsl
- BlockProcessor
- DSL
- DocinfoProcessorDsl
- DocinfoProcessor
- DocumentProcessorDsl
- Extension
- Group
- IncludeProcessorDsl
- IncludeProcessor
- InlineMacroProcessorDsl
- InlineMacroProcessor
- MacroProcessorDsl
- MacroProcessor
- Postprocessor
- Preprocessor
- ProcessorDsl
- ProcessorExtension
- Processor
- Registry
- SyntaxProcessorDsl
- TreeProcessor
- Helpers
- Inline
- ListItem
- List
- LoggerManager
- Logger
- AutoFormattingMessage
- BasicFormatter
- Logging
- MemoryLogger
- NullLogger
- Parser
- PathResolver
- PreprocessorReader
- Reader
- Cursor
- RougeExt
- Formatters
- HTMLLineHighlighter
- HTMLTable
- Rx
- SafeMode
- Section
- Stylesheets
- Substitutors
- SyntaxHighlighter
- Base
- CodeRayAdapter
- Loader
- Styles
- Config
- CustomFactory
- DefaultFactoryProxy
- DefaultFactory
- Factory
- HighlightJsAdapter
- HtmlPipelineAdapter
- PrettifyAdapter
- PygmentsAdapter
- Loader
- Styles
- RougeAdapter
- Loader
- Styles
- Table
- Cell
- Column
- ParserContext
- Rows
- Timings
- VoidWriter
- Writer
- Hash
- MatchData
- NilClass
- Numeric
- Object
- Regexp
- String
- gems/asciidoctor-2.0.17
- bin
- data
- locale
- reference
- stylesheets
- lib
- asciidoctor
- cli
- converter
- core_ext
- float
- hash
- match_data
- regexp
- syntax_highlighter
- man
- specifications
- mingw64
- bin
- lib/ruby/gems/3.0.0
- cache
- doc/asciidoctor-2.0.17/ri
- Array
- Asciidoctor
- AbstractBlock
- AbstractNode
- AttributeList
- Block
- Callouts
- Cli
- Invoker
- Options
- Compliance
- Converter
- BackendTraits
- Base
- CompositeConverter
- Config
- CustomFactory
- DefaultFactoryProxy
- DefaultFactory
- DocBook5Converter
- Factory
- Html5Converter
- ManPageConverter
- TemplateConverter
- Document
- AttributeEntry
- Title
- Extensions
- BlockMacroProcessor
- BlockProcessorDsl
- BlockProcessor
- DSL
- DocinfoProcessorDsl
- DocinfoProcessor
- DocumentProcessorDsl
- Extension
- Group
- IncludeProcessorDsl
- IncludeProcessor
- InlineMacroProcessorDsl
- InlineMacroProcessor
- MacroProcessorDsl
- MacroProcessor
- Postprocessor
- Preprocessor
- ProcessorDsl
- ProcessorExtension
- Processor
- Registry
- SyntaxProcessorDsl
- TreeProcessor
- Helpers
- Inline
- ListItem
- List
- LoggerManager
- Logger
- AutoFormattingMessage
- BasicFormatter
- Logging
- MemoryLogger
- NullLogger
- Parser
- PathResolver
- PreprocessorReader
- Reader
- Cursor
- RougeExt
- Formatters
- HTMLLineHighlighter
- HTMLTable
- Rx
- SafeMode
- Section
- Stylesheets
- Substitutors
- SyntaxHighlighter
- Base
- CodeRayAdapter
- Loader
- Styles
- Config
- CustomFactory
- DefaultFactoryProxy
- DefaultFactory
- Factory
- HighlightJsAdapter
- HtmlPipelineAdapter
- PrettifyAdapter
- PygmentsAdapter
- Loader
- Styles
- RougeAdapter
- Loader
- Styles
- Table
- Cell
- Column
- ParserContext
- Rows
- Timings
- VoidWriter
- Writer
- Hash
- MatchData
- NilClass
- Numeric
- Object
- Regexp
- String
- gems/asciidoctor-2.0.17
- bin
- data
- locale
- reference
- stylesheets
- lib
- asciidoctor
- cli
- converter
- core_ext
- float
- hash
- match_data
- regexp
- syntax_highlighter
- man
- specifications
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,296 files changed
+0
-51750
lines changedThis file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments