Skip to content

Commit

Permalink
.gitignore: Added *.orig and *.rej
Browse files Browse the repository at this point in the history
They are created often enough to become annoying.
  • Loading branch information
sirainen committed Jan 24, 2016
1 parent 0fa40bf commit 2386f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -4,6 +4,8 @@ Makefile.in
*.o
*.lo
*.la
*.orig
*.rej
.deps
.libs

Expand Down

0 comments on commit 2386f34

Please sign in to comment.