From de7a214c173c75eba273e6cfaefa2ec8a3bc9c57 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Sat, 12 Jun 2010 18:18:19 +0400 Subject: [PATCH] .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 ..." 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 file changed, 0 insertions(+), 0 deletions(-) rename .cvsignore => .gitignore (100%) diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore -- 2.11.4.GIT