aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Initial .gitignoreDr. Stephen Henson2013-01-061-0/+56