projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'blender2.7'
[blender.git]
/
intern
/
libmv
/
mkfiles.sh
1
#!/bin/sh
2
3
find ./libmv/ -type f | sed -r 's/^\.\///' | sort > files.txt
4
find ./third_party/ -mindepth 2 -type f | \
5
grep -v third_party/ceres | \
6
sed -r 's/^\.\///' | sort >> files.txt