forked from PAWPAW-Mirror/lib_xua
Tidy .gitignore
This commit is contained in:
55
.gitignore
vendored
55
.gitignore
vendored
@@ -1,29 +1,24 @@
|
|||||||
*.log
|
# XMOS bin files
|
||||||
*.dSYM
|
|
||||||
*/.build_*/*
|
|
||||||
*/bin/*
|
|
||||||
*.o
|
|
||||||
*.xe
|
*.xe
|
||||||
*.vcd
|
*.bin
|
||||||
*.swo
|
*/bin/*
|
||||||
|
|
||||||
|
# XMOS temp files
|
||||||
|
.build*
|
||||||
|
*.a
|
||||||
|
_build*
|
||||||
|
*.i
|
||||||
*.s
|
*.s
|
||||||
*.xi
|
*.xi
|
||||||
*.i
|
*.o
|
||||||
*.bin
|
*/.build_*/*
|
||||||
*~
|
|
||||||
*.a
|
# Temp files
|
||||||
*.swp
|
|
||||||
*.*~
|
|
||||||
*.pyc
|
|
||||||
.build*
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
test_results.csv
|
*.*~
|
||||||
_build*
|
*.swp
|
||||||
**/.venv/**
|
*~
|
||||||
**/.vscode/**
|
*.swo
|
||||||
**.egg-info
|
|
||||||
*.pdf
|
|
||||||
*tests/logs/*
|
|
||||||
|
|
||||||
# waf build files
|
# waf build files
|
||||||
.lock-waf_*
|
.lock-waf_*
|
||||||
@@ -36,3 +31,19 @@ xscope.xmt
|
|||||||
# Traces
|
# Traces
|
||||||
*.gtkw
|
*.gtkw
|
||||||
*.vcd
|
*.vcd
|
||||||
|
|
||||||
|
# Host binaries
|
||||||
|
host_usb_mixer_control/xmos_mixer
|
||||||
|
|
||||||
|
# Documentation build
|
||||||
|
*.pdf
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
*.log
|
||||||
|
*.dSYM
|
||||||
|
*.vcd
|
||||||
|
*.pyc
|
||||||
|
**/.venv/**
|
||||||
|
**/.vscode/**
|
||||||
|
**.egg-info
|
||||||
|
*tests/logs/*
|
||||||
|
|||||||
Reference in New Issue
Block a user