diff options
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Emacs.gitignore | 4 | ||||
-rw-r--r-- | Global/SublimeText.gitignore | 2 | ||||
-rw-r--r-- | Global/Tags.gitignore | 2 | ||||
-rw-r--r-- | Global/VisualStudio.gitignore | 12 |
4 files changed, 19 insertions, 1 deletions
diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 03f1bf3b..8c996106 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -6,3 +6,7 @@ auto-save-list tramp .\#* + +# Org-mode +.org-id-locations +*_archive diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 6c615f81..bb05773d 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,3 +1,3 @@ - # SublimeText project files /*.sublime-project +*.sublime-workspace diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index b7624bde..cc28fefa 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,3 +1,5 @@ # Ignore tags created by etags and ctags TAGS +!TAGS/ tags +!tags/ diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index b76b7c79..e45c285d 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -25,6 +25,7 @@ *.tlh *.tmp *.vspscc +*.vssscc .builds # Visual C++ cache files @@ -41,6 +42,10 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper* +# NCrunch +*.ncrunch* +.*crunch*.local.xml + # Installshield output folder [Ee]xpress @@ -57,11 +62,15 @@ DocProject/Help/html # Click-Once directory publish +# Publish Web Output +*.Publish.xml + # Others [Bb]in [Oo]bj sql TestResults +[Tt]est[Rr]esult* *.Cache ClientBin [Ss]tyle[Cc]op.* @@ -74,3 +83,6 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML + +# NuGet +packages/ |