Updating .gitignore for most popular IDEs

This commit is contained in:
piotte13 2019-11-26 10:59:18 -05:00
parent db141e82c9
commit f345490cae
1 changed files with 49 additions and 4 deletions

53
.gitignore vendored
View File

@ -1,10 +1,55 @@
.vscode/
.idea/
/VS/
/build/
/benchbranch/
/submodules/
# eclipse project files
.cproject
.project
.settings
# emacs temp files
*~
# vim temp files
.*.swp
# XCode
^build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
*.DS_Store
# IDE specific folder for JetBrains IDEs
.idea/
cmake-build-debug/
cmake-build-release/
# Visual Studio Code artifacts
.vscode/*
.history/
# Visual Studio artifacts
/VS/
# C/C++ build outputs
.build/
bins
gens
libs
objs
# Build outputs (TODO build to a subdir so we can exclude that instead)
/allparserscheckfile
/basictests