summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* scripts/completion.pl: also generate fish completion fileSimon Legner2019-03-021-0/+1
| | | | | | This is the renamed script formerly known as zsh.pl Closes #3545
* checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson2018-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | 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>
* ossfuzz: Move to C++ for curl_fuzzer.Max Dymond2017-09-021-0/+1
| | | | | | | | 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.
* ossfuzz: additional seed corporaMax Dymond2017-09-011-0/+2
| | | | | | | | | | | | | | Create simple seed corpora for: - FTP - telnet - dict - tftp - imap - pop3 based off the tests of the same number. Closes #1842
* gitignore: ignore .xz now instead of .lzmaDaniel Stenberg2017-08-131-1/+1
|
* gitignore: ignore top-level .vs folderMarcel Raad2017-08-101-0/+1
| | | | | | | This folder is generated when using the CMake build system from within Visual Studio. Closes https://github.com/curl/curl/pull/1746
* test: add impacket for SMB testingMax Dymond2017-07-041-0/+2
| | | | | | | 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.
* gitignore: ignore all vim swap filesPaul Harris2017-06-091-1/+1
| | | | Closes #1561
* build: Install zsh completionDaniel Shahaf2015-11-241-0/+1
| | | | | Fixes #534 Closes #537
* gitignore: Sort for readabilityJay Satiro2015-08-181-29/+29
| | | | find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
* gitignore: Ignore Windows build output directoriesJay Satiro2015-04-161-0/+2
|
* gitignore: ignore test-driver fileMatthew Hall2015-04-131-0/+1
|
* Revert "repository: ignore patch files generated by git"Kamil Dudka2014-11-241-1/+0
| | | | | | This reverts commit 217024a687ce86eb6d2317822ed81c7e5abc4b61. Bug: https://github.com/bagder/curl/commit/217024a6#commitcomment-8693738
* gitignore: ignore .dirstamp filesDaniel Stenberg2013-12-181-0/+1
|
* repository: ignore patch files generated by gitAlexander Klauer2013-02-221-0/+1
| | | | Ignores the patch files generated by the 'git format-patch' command.
* Moved some patterns to subfolder's .gitignore.Guenter Knauf2012-07-031-5/+0
|
* Added files generated by mingw32, eclipse and VC.Guenter Knauf2012-07-031-0/+8
| | | | Posted by Marc Hoersken.
* gitignore: config.cacheDaniel Stenberg2011-06-301-0/+1
|
* ignore: CHANGES.dist gets generated by maketgzDaniel Stenberg2010-06-211-0/+1
|
* ignore files generated by 'maketgz'Daniel Stenberg2010-04-141-0/+4
|
* more files to ignoreDaniel Stenberg2010-03-211-1/+1
|
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-201-0/+38