Skip to content

Commit

Permalink
gitignore: ignore the default SPM build directory
Browse files Browse the repository at this point in the history
Update the gitignore to ignore more swap files by generalising the
pattern and add the default SPM directory.
  • Loading branch information
compnerd committed Aug 30, 2023
1 parent 27525d4 commit 5530573
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~

.*.sw[nop]
.*.sw?
.build/

0 comments on commit 5530573

Please sign in to comment.