aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-04-28update .gitignore for new executable namesHarald Welte1-1/+2
Change-Id: Id698024485176e5201ca92c72b1bd1d5914aff32
2018-01-11.gitignore: Add missing test related filesPau Espin Pedrol1-0/+3
Change-Id: I7a82a2c0c97bbfa4877f148c89d121b4c3476176
2018-01-11tests: Migrate convtest util to autotest infrastructurePau Espin Pedrol1-0/+1
Change-Id: Ie682abf7e83de436d0f37f9f6e0664cb2f4d0c9e
2018-01-10Set up GNU Autotest infrastructurePau Espin Pedrol1-11/+12
Test files are moved from CommonLibs/ to tests/CommonLibs/. Some tests are disabled in autotest because they generate timedate related output which cannot exactly match against expected output. Change-Id: I3d6ba625968be09297642d18090c496490e9b8fc
2017-06-08PRBS: a Pseudo-random binary sequence (PRBS) generator class.Alexander Chemeris1-0/+1
Implemeted with a Galois LFSR for speed and flexibility compared to Fibonacci version. Aliases for three popular PRBS' are added for convenience - PRBS9, PRBS15 and PRBS64. Note that we can't test PRBS64 completely, because the sequence is too long to be generated. Change-Id: Ib5331ba5d0b5819929541686fdd87905e2177b74
2016-08-08The INSTALL file is being overwritten by autoreconf, but it is committedNeels Hofmeyr1-0/+1
as empty file. As a result, the INSTALL file always shows as modified. Instead, remove INSTALL from git and ignore it.
2016-07-05add basic .gitignoreNeels Hofmeyr1-0/+44