Skip to content

Commit

Permalink
Removing .git files when building
Browse files Browse the repository at this point in the history
  • Loading branch information
cfinke committed Nov 15, 2010
1 parent 644b251 commit f06d1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-xpi.sh
Expand Up @@ -6,7 +6,7 @@ mkdir .xpi_work_dir
cp -r translate/* .xpi_work_dir/
cd .xpi_work_dir/

rm -rf `find . -name ".svn"`
rm -rf `find . -name ".git"`
rm -rf `find . -name ".DS_Store"`
rm -rf `find . -name "Thumbs.db"`

Expand Down

0 comments on commit f06d1c0

Please sign in to comment.