Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Aug 28, 2010
1 parent f3b80e1 commit 3cf6405
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .gitignore
@@ -1,18 +1,19 @@

# ignore all obj and bin folders (even in subdirectories)
obj/
bin/
/REVISION
/bin/
/build/
/AddIns/
/doc/ChangeLog.html
/data/resources/StringResources.*.resources
/src/AddIns/Analysis/Profiler/Controller/Data/UnmanagedCallTreeNode64.cs
/src/AddIns/Analysis/Profiler/Controller/Profiler64.cs
/src/AddIns/Analysis/Profiler/Controller/structs64.cs
/src/AddIns/Analysis/Profiler/Hook/Callback.x64.obj
/src/AddIns/Analysis/Profiler/bin/
obj/
/src/AddIns/Analysis/Profiler/Hook/x64
/src/AddIns/Analysis/Profiler/Hook/Win32
/src/Tools/UpdateAssemblyInfo/bin
/src/AddIns/Misc/Profiler/X64Converter/bin
/src/AddIns/Misc/Profiler/Hook/x64
/src/AddIns/Misc/Profiler/Hook/Win32
/src/Setup/SharpDevelop.Setup.wixproj.user
/src/Main/ICSharpCode.SharpDevelop.Sda/ICSharpCode.SharpDevelop.Sda.dll.config
/src/Main/StartUp/Project/SharpDevelop.exe.config
/src/Main/StartUp/Project/SharpDevelop.exe.config
/src/Main/GlobalAssemblyInfo.cs

0 comments on commit 3cf6405

Please sign in to comment.