-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mariano Gabriel Converti
committed
Nov 6, 2011
1 parent
bb0e119
commit 4d6c567
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# 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] | ||
# *~ | ||
*.o | ||
*.sdf | ||
*.lo | ||
*.la | ||
*.al | ||
.libs | ||
*.so | ||
*.a | ||
*.pyc | ||
*.pyo | ||
*.rej | ||
*.suo | ||
*.user | ||
*.cache | ||
*.xap | ||
*.log | ||
*.vspcc | ||
*.vspscc | ||
*.vscc | ||
*.vssscc | ||
*~ | ||
*.*~ | ||
.*.swp | ||
.DS_Store | ||
bin | ||
Bin | ||
obj | ||
Obj | ||
Debug | ||
Release | ||
sql | ||
*.suo | ||
*.user | ||
TestResults | ||
*.Cache | ||
_ReSharper.* | ||
ClientBin | ||
stylecop.* | ||
Bin | ||
pkgobj | ||
pkg | ||
.svn | ||
.builds | ||
~$* | ||
*.dbmdl | ||
web.Publish.xml | ||
coverage | ||
packages | ||
*.docstates | ||
*.bak | ||
ClickOnce.Deployment | ||
*.InstallLog | ||
build/version |