aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-06-05.gitignore: add directory containing the stats repoMarc Hoersken
Since the new curl/stats repository is designed to be checked out into the curl repository working tree as stats/ it should be on the ignore list to aid in commit staging.
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
- Stick to a single unified way to use structs - Make checksrc complain on 'typedef struct {' - Allow them in tests, public headers and examples - Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually typedef different types/structs depending on build conditions. Closes #5338
2019-03-02scripts/completion.pl: also generate fish completion fileSimon Legner
This is the renamed script formerly known as zsh.pl Closes #3545
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>
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-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