diff options
author | Alwin Esch <alwin.esch@web.de> | 2020-10-29 13:09:37 +0100 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2020-10-29 13:09:37 +0100 |
commit | 4e19ba89bca6d2f4eea5352d1c2a2b8eda10bba2 (patch) | |
tree | 5c94b07e0f9a8cd21d30ddcbbab75d30fca5c1bf /.gitignore | |
parent | 56aa1f9d944fba970ba7f2c338be7c9d9ad31353 (diff) |
remove wrong added diff file and add /*.diff to .gitignore for prevent
Before was accidentally a wrong file added, this removes it again and
add also the ignore for git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0d9778728d..19c200efe5 100644 --- a/.gitignore +++ b/.gitignore @@ -99,6 +99,7 @@ cmake_install.cmake /kodi.bin /kodi-test /kodi-xrandr +/*.diff /*.patch /kodi-build*/ /gtestresults.xml |