diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ point.c *.top tests/**/*.c tests/**/*.bin +tests/**/got vgcore* TAGS tags @@ -13,4 +14,4 @@ tags compatibility std/*.c std/*.o -*.so
\ No newline at end of file +*.so |