aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the things we ignore in test/Richard Levitte2017-10-091-6/+1
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4507)
* Add apps/progs.h to gitignoreTodd Short2017-06-151-0/+1
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3692)
* make error tables const and separate header fileRich Salz2017-06-071-0/+7
| | | | | | | | | | | | | | | | | | | Run perltidy on util/mkerr Change some mkerr flags, write some doc comments Make generated tables "const" when genearting lib-internal ones. Add "state" file for mkerr Renerate error tables and headers Rationalize declaration of ERR_load_XXX_strings Fix out-of-tree build Add -static; sort flags/vars for options. Also tweak code output Moved engines/afalg to engines (from master) Use -static flag Standard engine #include's of errors Don't linewrap err string tables unless necessary Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3392)
* Ignore all .a files, not just the top onesRichard Levitte2017-04-251-2/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Review comments; fail build if nits foundRich Salz2017-01-121-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2202)
* Add ossl_shim to .gitignoreMatt Caswell2016-11-041-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Don't ignore Makefiles in demos/Richard Levitte2016-09-201-0/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* util/shlib_wrap.sh is now auto-generated so tell git to ignore itMatt Caswell2016-09-111-0/+1
| | | | | Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Ignore windows generated manifestsJimC2016-08-041-0/+4
| | | | | | | | | | - Commit a95ce7f builds *.manifest files on windows -- added them to .gitignore. - ignore pod -> html temp file Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Reorganize .gitignore to make better use of its featuresRichard Levitte2016-07-081-67/+68
| | | | | | | | | | | | | | | | | | | | | | | It's possible to have a very few rules for some directories and trust that other patterns further along will take care of whatever is left. .gitignore should therefore be loosely organised from least generic to most generic, allowing things like this: # Keep any file with extensions, such as foo.c, bar.h, ... !/dir/*.* # .... # Remove all object files *.o *.obj With this change, we implement some very generic rules for what will and will not be ignored in the fuzz subdirectory, and truse that patterns later on (such as *.o, *.obj, *.exe) will take care of everything we didn't specifically specify for the fuzz subdirectory. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-1/+8
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add some accessor API'sRich Salz2016-06-081-0/+1
| | | | | | | | | GH1098: Add X509_get_pathlen() (and a test) GH1097: Add SSL_is_dtls() function. Documented. Reviewed-by: Matt Caswell <matt@openssl.org>
* Ignore tsget.pl and c_rehash.pl, as well as other compiler generated filesRichard Levitte2016-06-081-1/+10
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Ignore buildtest artifacts.Rich Salz2016-06-041-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add ct fuzzer.Ben Laurie2016-06-031-0/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add text/x509aux to gitignoreTodd Short2016-05-231-0/+1
| | | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Replace cipherlist testEmilia Kasper2016-05-111-0/+1
| | | | | | | | | | | | | | The old cipherlist test in ssltest.c only tests the internal order of the cipher table, which is pretty useless. Replace this test with a test that catches inadvertent changes to the default cipherlist. Fix run_tests.pl to correctly filter tests that have "list" in their name. (Also includes a small drive-by fix in .gitignore.) Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add fuzzing!Ben Laurie2016-05-071-0/+8
| | | | Reviewed-by: Emilia Käsper <emilia@openssl.org>
* Add apps/tsget and test/ssltest_old to .gitignoreRichard Levitte2016-04-061-0/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Revert "Ignore the generated apps/progs.h"Viktor Dukhovni2016-03-191-1/+0
| | | | | | This reverts commit 91056e72693b4ee8cb5339d9091871ffc3b6f776. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Ignore the generated apps/progs.hRichard Levitte2016-03-191-2/+3
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Update .gitignore to ignore all cscope filesTodd Short2016-03-091-1/+1
| | | | | Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Richard Levitte <levitte@openssl.org>
* remove ms/.rnd and add it to .gitignoreViktor Szakats2016-03-091-0/+1
| | | | | Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update .gitignore.Andy Polyakov2016-02-121-2/+2
| | | | | | | Not all git versions understand **/Makefile, but all recognize that filename without any path applies to all directories. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Templatize util/domdRich Salz2016-01-291-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Move & split opensslconf.h.inRich Salz2016-01-251-1/+2
| | | | | | | | Move opensslconf.h.in to include/openssl. Split off DES,BN,RC4 stuff into separate header file templates in crypto/include/internal/*_conf.h.in Reviewed-by: Richard Levitte <levitte@openssl.org>
* Refactor file writing - introduce template driven file writingRichard Levitte2016-01-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apps/CA.pl and tools/c_rehash are built from template files. So far, this was done by Configure, which created its own problems as it forced everyone to reconfigure just because one of the template files had changed. Instead, have those files created as part of the normal build in apps/ and in tools/. Furthermore, this prepares for a future where Configure may produce entirely other build files than Makefile, and the latter can't be guaranteed to be the holder of all information for other scripts. Instead, configdata.pm (described below) becomes the center of configuration information. This introduces a few new things: %config a hash table to hold all kinds of configuration data that can be used by any other script. configdata.pm a perl module that Configure writes. It currently holds the hash tables %config and %target. util/dofile.pl a script that takes a template on STDIN and outputs the result after applying configuration data on it. It's supposed to be called like this: perl -I$(TOP) -Mconfigdata < template > result or perl -I$(TOP) -Mconfigdata templ1 templ2 ... > result Note: util/dofile.pl requires Text::Template. As part of this changed, remove a number of variables that are really just copies of entries in %target, and use %target directly. The exceptions are $target{cflags} and $target{lflags}, they do get copied to $cflags and $lflags. The reason for this is that those variable potentially go through a lot of changes and would rather deserve a place in %config. That, however, is for another commit. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Cleanup .gitignoreRichard Levitte2016-01-221-35/+37
| | | | | | | | Some things to ignore need to be properly rooted, and use a bit more precision on ignoring 'lib', as that maybe be a perfectly valid directory name to add into git elsewhere in the source tree. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Move Makefiles to Makefile.inRich Salz2016-01-121-1/+3
| | | | | | | | | | Create Makefile's from Makefile.in Rename Makefile.org to Makefile.in Rename Makefiles to Makefile.in Address review feedback from Viktor and Richard Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Don't export internal symbolsMatt Caswell2015-12-151-0/+2
| | | | | | | | | | | On Linux when creating the .so file we were exporting all symbols. We should only be exporting public symbols. This commit fixes the issue. It is only applicable to linux currently although the same technique may work for other platforms (e.g. Solaris should work the same way). This also adds symbol version information to our exported symbols. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Rationalize .gitignore and harmonize pair of Makefiles.Andy Polyakov2015-09-291-18/+6
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Ignore the log filesRichard Levitte2015-09-071-0/+1
| | | | | | | The new test framework produces a lot of log files (one for each test). Git doesn't need to know. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Ignore .dir-locals.elRichard Levitte2015-09-011-0/+1
| | | | | | | Because we recently encourage people to have a .dir-locals.el, it's a good idea to ignore it on a git level. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Ignore generated *.S ARM assembly filesChris Watts2015-08-251-0/+1
| | | | | Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Emilia Käsper <emilia@openssl.org>
* GH337: Need backslash before leading #Peter Mosmans2015-08-241-1/+1
| | | | | Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Ignore files from other branchesMatt Caswell2015-05-221-0/+26
| | | | | | | | | There are a number of files that are created on other branches that are not held in git and are not needed in master. When checking out master after working on another branch these files show up in "git status", so just add them to .gitignore Reviewed-by: Richard Levitte <levitte@openssl.org>
* Ignore the non-dll windows specific build directoriesRichard Levitte2015-04-081-0/+4
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-13/+1
| | | | | | | | | | | | | Rather than making include/openssl/foo.h a symlink to crypto/foo/foo.h, this change moves the file to include/openssl/foo.h once and for all. Likewise, move crypto/foo/footest.c to test/footest.c, instead of symlinking it there. Originally-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Do not keep TABLE in version control.Richard Levitte2015-03-161-0/+1
| | | | | | | | | | | | | TABLE was always a debugging tool, and permitted everyone to see the effect of changes in the string-format configs. The hash-format configs being much more readable, distributing TABLE becomes much less necessary. Being able to produce a TABLE is kept, however, as it still is a useful debugging tool for configs, what with multi-level inheritance and all. Reviewed-by: Andy Polyakov <appro@openssl.org>
* Further windows specific .gitignore entriesMatt Caswell2015-01-091-0/+17
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
* Update .gitignore with windows files to be excluded from gitMatt Caswell2015-01-091-0/+13
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add cscope.out and .d files to .gitignoreMike Bland2014-11-161-0/+2
| | | | | | | | | | | | | cscope.out is generated by cscope as described in: http://wiki.openssl.org/index.php/Testing_and_Development_Tools_and_Tips .d files are compiler-generated Makefile dependency files (e.g. using 'gcc -MMD -MP foo.c'). Change-Id: I2338858a6b6ee0527837d10a8b55cff1689023fd Signed-off-by: Mike Bland <mbland@acm.org> Signed-off-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* test/testutil.c test registry functions.Mike Bland2014-07-191-0/+1
| | | | | | These help standardize the structure of main() and result reporting. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add tags/TAGS; approved by tjhRich Salz2014-07-141-0/+2
|
* Ignore one-makefile stuff.Ben Laurie2013-06-131-3/+4
|
* Ignore mk1mf.pl output directories.Ben Laurie2013-03-051-0/+3
|
* Ignore MINFO.Ben Laurie2013-02-261-0/+1
|
* More .gitignore adjustments.Andy Polyakov2013-01-191-0/+1
|
* .gitignore adjustmentsAndy Polyakov2013-01-191-0/+12
|
* Add some missing files, make paths absolute.Ben Laurie2013-01-061-21/+30
|