Added tmp files to gitignore

I've added common editor tmp files (*~) to the gitignore as
these should not be pushed.

Change-Id: I88a7bb0b42e4ccbe5218d3d2a59aa18081ab75d6
This commit is contained in:
Patrick Hiesel 2016-04-28 15:55:31 +02:00
parent df5aa4989a
commit b156a5a19e

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
*.swp
*.asc
/bin/
*~