Skip to content

Commit 0dd745f

Browse files
committed
General project cleanup.
1 parent 298078b commit 0dd745f

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

third_party/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.o
2+
*.dep

third_party/BUILD

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/zlib.BUILD

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/code-format/run-format.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ find repository/src -name *.c -or -name *.cc -or -name *.cpp -or -name *.h -or -
2424
format "$f"
2525
done
2626

27+
find repository/src -name *.s -or -name *.S | while read f ; do
28+
echo "$f"
29+
clean "$f"
30+
done
31+
2732
find repository/vsprojects -name *.vcxproj | while read f ; do
2833
echo "$f"
2934
clean "$f"

0 commit comments

Comments
 (0)