Skip to content

Commit

Permalink
gitignore: ignore backup files (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaf committed Feb 27, 2020
1 parent 0b120a4 commit 1aaf932
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 @@ -23,3 +23,10 @@ selftest
src/static.c
build*
*.pc

# Backup files
*~
*.bak
*.old
*.orig
*.rej

0 comments on commit 1aaf932

Please sign in to comment.