Skip to content

Instantly share code, notes, and snippets.

@zbyhoo
Created November 17, 2011 11:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbyhoo/1372918 to your computer and use it in GitHub Desktop.
Save zbyhoo/1372918 to your computer and use it in GitHub Desktop.
Removing all files that will not be source controlled from Library dir of Unity3D project
rm $(ls * | grep -v 'EditorBuildSettings.asset\|InputManager.asset\|ProjectSettings.asset\|QualitySettings.asset\|TagManager.asset\|TimeManager.asset\|AudioManager.asset\|DynamicsManager.asset\|NetworkManager.asset')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment