...

Text file src/cmd/vendor/github.com/ianlancetaylor/demangle/.gitignore

     1	*.o
     2	*.a
     3	*.so
     4	._*
     5	.nfs.*
     6	a.out
     7	*~
     8	*.orig
     9	*.rej
    10	*.exe
    11	.*.swp
    12	core
    13	demangle.test

View as plain text