diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2021-06-01 19:08:32 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-01 19:08:32 +0000 | 
| commit | c99313762a9663ad3749eca2c51a44c546a93fe7 (patch) | |
| tree | 6fca73b00e6b737c794b1467025698ab2e4e8362 /.gitignore | |
| parent | 465d4a6c5b341de72fdd2a7de6458fc3968cf5cd (diff) | |
| parent | b0b14dfdd13963ab07889602d132ac218ce8526c (diff) | |
Merge pull request #8353 from opensourcerouting/llvm-20210327
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4e120dae85..33d03296db 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@  /libtool.orig  /changelog-auto  /test-driver +/test-suite.log  /Makefile  /Makefile.in @@ -57,6 +58,7 @@  *.pb.cc  *_clippy.c  *.bc +*.ll  *.cg.json  *.cg.dot  *.cg.svg  | 
