Ignores libtcc.o, libtcc.a and a bunch of other files (see previous patch for details) --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 95daa1f..df16ed9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.o +*.a tcc_g tcc tc2.c -- 1.7.1.334.gebb7bc.dirty _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
