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