Skip to content

Commit

Permalink
Update .gitignore with Vim swap and source indexing files
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 306263383
  • Loading branch information
antiagainst authored and copybara-github committed Apr 13, 2020
1 parent f80da2e commit acbf5db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ imgui.ini
# Emacs autosaves
*~
\#*\#

# Vim swap files
[._]*.sw[a-p]

# Source indexing files
compile_commands.json
.clangd/

0 comments on commit acbf5db

Please sign in to comment.