Commit graph

7 commits

Author SHA1 Message Date
Kirill Smelkov
de7a214c17 .cvsignore -> .gitignore
We no longer use CVS, so let's teach Git about what files to ignore...

... though doing `git status` after make + `make test` still gives
untracked content:

    # Untracked files:
    #   (use "git add <file>..." to include in what will be committed)
    #
    #       alloca86-bt.o
    #       alloca86.o
    #       bcheck.o
    #       libtcc.a
    #       libtcc.o
    #       libtcc1.a
    #       libtcc1.o
    #       tcc.o

See next patch about this stuff.
2010-06-12 18:18:19 +04:00
bellard
ce93d5440f update 2005-04-15 00:11:02 +00:00
bellard
9890ea1233 added examples 2003-10-04 21:25:32 +00:00
bellard
770ef5ed1f changed license to LGPL 2003-05-24 14:18:56 +00:00
bellard
34b7d96fec update 2003-04-13 18:08:17 +00:00
bellard
524be938fd updated 2002-08-18 14:34:02 +00:00
bellard
cdf51a7a2a added cvsignore 2002-08-18 13:27:16 +00:00