summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Added bin folder to .gitignorejiat752021-10-121-0/+1
|
* Add mbed TLS as optional crypto providerMartin Matuska2020-01-031-0/+1
| | | | | Make Nettle optional and OpenSSL default Fixes #1301
* simplify gitignore a bitMike Frysinger2019-05-221-40/+7
| | | | | | | | | | | | | Lets ignore autotool generated files (.la .dirstamp .deps) everywhere rather than hardcoded specific subdirs. We'll never add files with those names to the source repo, so that should be OK. We're already ignoring CMakeFiles/ everywhere (since the rule lacks a leading / anchor), so we can delete the redundant paths. Rather than hardcode every possible unittest and related files, add globs that ignore all *_test related paths in the topdir. We won't be adding paths like that to the source repo, so it should be OK.
* Add vim swap files to .gitignorePaul Harris2015-06-231-0/+3
|
* Add bsdcat_test.log and bsdcat_test.trs to .gitignore.Michihiro NAKAJIMA2014-06-291-0/+2
|
* Add basic tests for bsdcat.Mike Kazantsev2014-04-091-0/+4
|
* Sort .gitignore, add cat deps/dirstamp files.Mike Kazantsev2014-04-091-1/+3
|
* Add optional bsdcat tool.Mike Kazantsev2014-04-041-0/+1
| | | | | bsdcat works like zcat, bzcat, xzcat and similar tools, but auto-detects source data format, which can also vary between multiple input files.
* gitignore all emacs backup filesTim Kientzle2013-12-011-1/+1
|
* Add more files autogenerated by automake build system to .gitignore.Andres Mejia2013-06-291-0/+9
|
* Add *.exe to .gitignore.Andres Mejia2013-02-031-0/+1
|
* Add generated release zip files to .gitignore.Andres Mejia2013-01-131-0/+1
|
* Ignore .DS_Store made by Finder on MacOS X.Michihiro NAKAJIMA2012-11-021-0/+2
|
* Update .gitignore to ignore library and Testing folderAndres Mejia2012-09-191-0/+5
|
* Seperate get_test_set() function out into a utility source file used by all ↵Andres Mejia2012-09-191-0/+2
| | | | test programs.
* Add generated dist tarball to .gitignore.Andres Mejia2012-02-051-0/+2
|
* Add generated doc files to .gitignore.Andres Mejia2012-02-051-0/+8
|
* Add generated files from cmake to .gitignore.Andres Mejia2012-02-051-0/+11
|
* Add .gitignore file.Andres Mejia2012-02-051-0/+52