diff options
author | Alexander Klauer <Alexander.Klauer@itwm.fraunhofer.de> | 2013-02-22 13:06:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-22 23:22:22 +0100 |
commit | 217024a687ce86eb6d2317822ed81c7e5abc4b61 (patch) | |
tree | f9eba0a3f64b24412285d80c0cea29918adc184d /.gitignore | |
parent | c3ea3eb6a3a5df62a563c5e517e9f1c2e14fa958 (diff) | |
download | curl-217024a687ce86eb6d2317822ed81c7e5abc4b61.tar.gz |
repository: ignore patch files generated by git
Ignores the patch files generated by the 'git format-patch' command.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 678bbccbe..ca7fcee18 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ CHANGES.dist .project .cproject .settings +/[0-9]*.patch |