mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-03 00:00:53 +00:00
Add .hgignore file.
List all generated or temp files in .hgignore, so they don't clutter the screen when running hg status.
This commit is contained in:
parent
f7535c2f62
commit
1015f6f33c
25
.hgignore
Normal file
25
.hgignore
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
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/
|
Loading…
x
Reference in New Issue
Block a user