Skip to content

Commit

Permalink
.gitignore: add backup files
Browse files Browse the repository at this point in the history
Add *.orig and *~ backup files to gitignore.

Signed-off-by: H Hartley Sweeten <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
H Hartley Sweeten authored and jacmet committed Jul 18, 2009
1 parent f08e941 commit b09d8a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
/.config
*.depend
*.o
*.orig
*~

0 comments on commit b09d8a7

Please sign in to comment.