Skip to content

Commit c521f0c

Browse files
iboBDiamonDinoia
authored andcommitted
.gitignore: add common ide artifacts, comment, reorder
1 parent 7919db5 commit c521f0c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# build artifacts
12
*_test
23
*~
34
*.a
@@ -32,8 +33,14 @@ __pycache__*
3233
docs/_build
3334

3435
build/
35-
.vscode/
3636

3737
cufinufft/python/cufinufft/docs/_build
3838
cufinufft/python/cufinufft/docs/_static
3939
cufinufft/python/cufinufft/docs/_templates
40+
41+
# ides and editors
42+
.vscode/
43+
.vs/
44+
/CMakeSettings.json
45+
/CMakeUserPresets.json
46+
.~*

0 commit comments

Comments
 (0)