Skip to content

Commit 2f964e7

Browse files
committed
ignore more emacs things
1 parent 5d78772 commit 2f964e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,17 @@ __pycache__
2424
/bin
2525
/.bin
2626
/build
27+
/compile_commands.json
2728

2829
# debugging
2930
callgrind.out.*
3031
perf.data*
3132
.gdb_history
3233

34+
# IDE stuff
35+
/.cache
36+
/.dir-locals.el
37+
3338
# cmake in-source builds
3439
/DartConfiguration.tcl
3540
/Testing

0 commit comments

Comments
 (0)