tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH 01/11] .cvsignore -> .gitignore


From: Kirill Smelkov
Subject: [Tinycc-devel] [PATCH 01/11] .cvsignore -> .gitignore
Date: Mon, 21 Jun 2010 18:31:20 +0400

From: Kirill Smelkov <address@hidden>

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.
---
 .cvsignore => .gitignore |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
 rename .cvsignore => .gitignore (100%)

diff --git a/.cvsignore b/.gitignore
similarity index 100%
rename from .cvsignore
rename to .gitignore
-- 
1.7.1.427.g9562c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]