Skip to content

Commit f345490

Browse files
committed
Updating .gitignore for most popular IDEs
1 parent db141e8 commit f345490

File tree

1 file changed

+49
-4
lines changed

1 file changed

+49
-4
lines changed

.gitignore

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,55 @@
1-
.vscode/
2-
.idea/
3-
/VS/
4-
/build/
51
/benchbranch/
62
/submodules/
73

4+
# eclipse project files
5+
.cproject
6+
.project
7+
.settings
8+
9+
# emacs temp files
10+
*~
11+
12+
# vim temp files
13+
.*.swp
14+
15+
# XCode
16+
^build/
17+
*.pbxuser
18+
!default.pbxuser
19+
*.mode1v3
20+
!default.mode1v3
21+
*.mode2v3
22+
!default.mode2v3
23+
*.perspectivev3
24+
!default.perspectivev3
25+
xcuserdata
26+
*.xccheckout
27+
*.moved-aside
28+
DerivedData
29+
*.hmap
30+
*.ipa
31+
*.xcuserstate
32+
*.DS_Store
33+
34+
# IDE specific folder for JetBrains IDEs
35+
.idea/
36+
cmake-build-debug/
37+
cmake-build-release/
38+
39+
# Visual Studio Code artifacts
40+
.vscode/*
41+
.history/
42+
43+
# Visual Studio artifacts
44+
/VS/
45+
46+
# C/C++ build outputs
47+
.build/
48+
bins
49+
gens
50+
libs
51+
objs
52+
853
# Build outputs (TODO build to a subdir so we can exclude that instead)
954
/allparserscheckfile
1055
/basictests

0 commit comments

Comments
 (0)