Navigation Menu

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

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Aug 28, 2010
1 parent 0471b09 commit 9fcd188
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
@@ -0,0 +1,16 @@
# ignore all obj and bin folders (even in subdirectories)
obj/
bin/
/AddIns/
/doc/ChangeLog.html
/src/AddIns/Misc/Profiler/Controller/Data/UnmanagedCallTreeNode64.cs
/src/AddIns/Misc/Profiler/Controller/Profiler64.cs
/src/AddIns/Misc/Profiler/Controller/structs64.cs
/src/AddIns/Misc/Profiler/Hook/Callback.x64.obj
/src/AddIns/Misc/Profiler/Hook/Win32/
/src/AddIns/Misc/Profiler/Hook/x64/
/src/Main/GlobalAssemblyInfo.cs
/src/Main/ICSharpCode.SharpDevelop.Sda/ICSharpCode.SharpDevelop.Sda.dll.config
/src/Main/StartUp/Project/SharpDevelop.exe.config
/src/Setup/SharpDevelop.Setup.wixproj.user
/src/SharpDevelop.sln.cache

0 comments on commit 9fcd188

Please sign in to comment.