Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MOLPIT
DiaBall
Commits
dbc33f0d
Commit
dbc33f0d
authored
May 23, 2016
by
Ivan Denisov
Browse files
вращение на кватернионах
parent
f4a4fcc3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Dev/Docu/Build-Tool.odc
View file @
dbc33f0d
No preview for this file type
Dia/Mod/Ball.odc
View file @
dbc33f0d
No preview for this file type
appbuild/clean.txt
View file @
dbc33f0d
...
...
@@ -20,4 +20,6 @@ Dia
Lib
Ogl
Sdl2
Strings
\ No newline at end of file
Strings
clean
clean
0 → 100644
View file @
dbc33f0d
#!/bin/sh
find
.
-type
f
-name
"*.ocf"
-exec
rm
-f
{}
\;
find
.
-type
f
-name
"*.osf"
-exec
rm
-f
{}
\;
find
.
-type
f
-name
"*~"
-exec
rm
-f
{}
\;
find
.
-type
f
-name
"odc*"
-exec
rm
-f
{}
\;
find
.
-depth
-type
d
-empty
-exec
rmdir
{}
\;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment