Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Update .gitignore #569

Merged
merged 1 commit into from
Aug 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ xcodebuild/*
/npm-debug.log
/downloads

appshell.xcodeproj
Brackets.vcxproj
appshell.sln
libcef_dll_wrapper.vcxproj
*.xcodeproj
*.VC.db
*.VC.VC.opendb
.vs/
.vscode/
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.sln

*.pbxuser
*.perspective
Expand All @@ -24,8 +29,6 @@ libcef_dll_wrapper.vcxproj
*.sdf
*.opensdf
*.suo
*.vcxproj.filters
*.vcxproj.user
*.log
*.dmg

Expand All @@ -51,8 +54,7 @@ fr-fr.mst
appshell_extensions_js.o
Makefile
appshell.Makefile
Brackets.target.mk
libcef_dll_wrapper.target.mk
*.target.mk
appshell/gtk
appshell/gtk/*

Expand Down