summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2019-09-12gitignore: add sig files.ng0
2019-05-27ignore distfilesng0
2019-05-23preparation for doc rewrite.ng0
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
7.64.1
2019-03-02scripts/completion.pl: also generate fish completion fileSimon Legner
This is the renamed script formerly known as zsh.pl Closes #3545
2019-01-12Merge tag 'curl-7_63_0'ng0
7.63.0
2018-12-03checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson
Forgetting to bump the year in the copyright clause when hacking has been quite common among curl developers, but a traditional checksrc check isn't a good fit as it would penalize anyone hacking on January 1st (among other things). This adds a more selective COPYRIGHTYEAR check which intends to only cover the currently hacked on changeset. The check for updated copyright year is currently not enforced on all files but only on files edited and/or committed locally. This is due to the amount of files which aren't updated with their correct copyright year at the time of their respective commit. To further avoid running this expensive check for every developer, it adds a new local override mode for checksrc where a .checksrc file can be used to turn on extended warnings locally. Closes #3303 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2018-09-11gitignore: add tar.Zgnurl-7.61.1Nils Gillmann
Signed-off-by: Nils Gillmann <ng0@n0.is>
2017-10-06Merge tag 'curl-7_56_0'ng0
curl 7.56.0
2017-09-21gnURL: Fix doc generation, fix 'make dist'.ng0
2017-09-02ossfuzz: Move to C++ for curl_fuzzer.Max Dymond
Automake gets confused if you want to use C++ static libraries with C code - basically we need to involve the clang++ linker. The easiest way of achieving this is to rename the C code as C++ code. This gets us a bit further along the path and ought to be compatible with Google's version of clang.
2017-09-01ossfuzz: additional seed corporaMax Dymond
Create simple seed corpora for: - FTP - telnet - dict - tftp - imap - pop3 based off the tests of the same number. Closes #1842
2017-08-22gitignore: ignore .xz now instead of .lzmaDaniel Stenberg
2017-08-22gitignore: ignore top-level .vs folderMarcel Raad
This folder is generated when using the CMake build system from within Visual Studio. Closes https://github.com/curl/curl/pull/1746
2017-08-22test: add impacket for SMB testingMax Dymond
Import impacket 0.9.15 for use in SMB testing. This was generated by doing "pip2.7 install -t . impacket" Unnecessary files for current testing were deleted.
2017-08-22gitignore: ignore all vim swap filesPaul Harris
Closes #1561
2017-08-13gitignore: ignore .xz now instead of .lzmaDaniel Stenberg
2017-08-10gitignore: ignore top-level .vs folderMarcel Raad
This folder is generated when using the CMake build system from within Visual Studio. Closes https://github.com/curl/curl/pull/1746
2017-07-04test: add impacket for SMB testingMax Dymond
Import impacket 0.9.15 for use in SMB testing. This was generated by doing "pip2.7 install -t . impacket" Unnecessary files for current testing were deleted.
2017-06-09gitignore: ignore all vim swap filesPaul Harris
Closes #1561
2015-11-24build: Install zsh completionDaniel Shahaf
Fixes #534 Closes #537
2015-08-18gitignore: Sort for readabilityJay Satiro
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
2015-04-16gitignore: Ignore Windows build output directoriesJay Satiro
2015-04-13gitignore: ignore test-driver fileMatthew Hall
2014-11-24Revert "repository: ignore patch files generated by git"Kamil Dudka
This reverts commit 217024a687ce86eb6d2317822ed81c7e5abc4b61. Bug: https://github.com/bagder/curl/commit/217024a6#commitcomment-8693738
2013-12-18gitignore: ignore .dirstamp filesDaniel Stenberg
2013-02-22repository: ignore patch files generated by gitAlexander Klauer
Ignores the patch files generated by the 'git format-patch' command.
2012-07-03Moved some patterns to subfolder's .gitignore.Guenter Knauf
2012-07-03Added files generated by mingw32, eclipse and VC.Guenter Knauf
Posted by Marc Hoersken.
2011-06-30gitignore: config.cacheDaniel Stenberg
2010-06-21ignore: CHANGES.dist gets generated by maketgzDaniel Stenberg
2010-04-14ignore files generated by 'maketgz'Daniel Stenberg
2010-03-21more files to ignoreDaniel Stenberg
2010-03-20provide an initial set of .gitignore filesDaniel Stenberg