Advertisement
nordlaender

gitignore

Dec 27th, 2012
1,118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [Ll]ibrary/
  2. [Tt]emp/
  3. [Oo]bj/
  4.  
  5. # Ignore the following file extensions
  6. *.DS_Store
  7. *.exe
  8. *.dll
  9. *.so
  10. *.vcproject
  11. *.sln
  12. *.csproj
  13. *.unityproj
  14. *.pidb
  15. *.userprefs
  16. =======
  17. *.vcproject
  18. *.sln
  19. =======
  20. Temp
  21. Library
  22. build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement