Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# What a build produces.
target/
.mcpp/
compile_commands.json
mcpp.lock
compile_commands.json

# What an editor or a tool leaves beside the sources. None of it describes the
# package: a repository that carries one editor's settings has an opinion about
# editors, and a repository that carries a compilation database has an opinion
# about one machine's paths.
.vscode/
.idea/
.cache/
*.swp
*~

# What a system leaves behind.
.DS_Store
Thumbs.db
Loading