Xiang Xiao
|
69f013e74e
|
build: Remve the unnecessary .gitignore
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-05-23 15:56:35 +01:00 |
|
Xiang Xiao
|
1511403fdf
|
Revert "Don't generate .depend anymore"
This reverts commit cc5ad09caa .
|
2020-03-22 23:09:40 -05:00 |
|
Xiang Xiao
|
cc5ad09caa
|
Don't generate .depend anymore
|
2020-03-22 18:15:21 +00:00 |
|
Xiang Xiao
|
d660492289
|
Run codespell -w against all files
and fix the wrong correction
|
2020-02-22 14:41:36 -06:00 |
|
Xiang Xiao
|
779197c63e
|
Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
|
2020-02-09 08:14:49 -06:00 |
|
Xiang Xiao
|
e0dcfa0c55
|
Remove extra whitespace from files (#43)
* Remove multiple newlines at the end of file
* Remove the white space from the end of line
|
2020-01-31 08:29:24 -06:00 |
|
Gregory Nutt
|
36575ad0f4
|
Rename apps/examples/uip to apps/examples/webserver
|
2014-07-03 17:31:17 -06:00 |
|