.cvsignore -> .gitignore
commitde7a214c173c75eba273e6cfaefa2ec8a3bc9c57
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Sat, 12 Jun 2010 14:18:19 +0000 (12 18:18 +0400)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Sat, 12 Jun 2010 14:18:19 +0000 (12 18:18 +0400)
tree46d7631eb00d4b748ff7ad9d004c903ef145465c
parentdc265feb63c70a1a76fb566a6c05fe62246b65a0
.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.
.gitignore [moved from .cvsignore with 100% similarity]