mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
1015f6f33c
List all generated or temp files in .hgignore, so they don't clutter the screen when running hg status.
26 lines
293 B
Plaintext
26 lines
293 B
Plaintext
syntax: glob
|
|
|
|
# Generated files
|
|
Makefile
|
|
ct-ng
|
|
docs/ct-ng.1
|
|
docs/ct-ng.1.gz
|
|
paths.mk
|
|
scripts/crosstool-NG.sh
|
|
scripts/saveSample.sh
|
|
scripts/showTuple.sh
|
|
|
|
# Temporaries
|
|
.*.swp
|
|
log.*
|
|
|
|
# Working files
|
|
kconfig/conf
|
|
kconfig/mconf
|
|
kconfig/**.o
|
|
kconfig/**.dep
|
|
config.gen/
|
|
.config
|
|
.config.old
|
|
targets/
|