Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Created January 10, 2012 08:46
Show Gist options
  • Save masaru-b-cl/1587915 to your computer and use it in GitHub Desktop.
Save masaru-b-cl/1587915 to your computer and use it in GitHub Desktop.
exclude file in VSS working folder
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
obj/
bin/
*.suo
*.user
*.scc
*.vssscc
*.vspscc
TestResults/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment