File tree 1 file changed +49
-4
lines changed 1 file changed +49
-4
lines changed Original file line number Diff line number Diff line change 1
- .vscode /
2
- .idea /
3
- /VS /
4
- /build /
5
1
/benchbranch /
6
2
/submodules /
7
3
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
+
8
53
# Build outputs (TODO build to a subdir so we can exclude that instead)
9
54
/allparserscheckfile
10
55
/basictests
You can’t perform that action at this time.
0 commit comments