From d0718db7b95b3e8e0b7766c954f94688ad61c1b5 Mon Sep 17 00:00:00 2001 From: guiquanz Date: Tue, 21 Mar 2017 10:55:50 +0800 Subject: [PATCH] git rm fred.txt and ignore this file --- .gitignore | 1 + fred.txt | 2 -- t/40_stdio.t | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 fred.txt diff --git a/.gitignore b/.gitignore index 881cd83..2da51c5 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,7 @@ tcc-doc.info conftest* tiny_libmaker win32 +fred.txt *.dSYM *.udb *~ diff --git a/fred.txt b/fred.txt deleted file mode 100644 index 317e967..0000000 --- a/fred.txt +++ /dev/null @@ -1,2 +0,0 @@ -hello -hello diff --git a/t/40_stdio.t b/t/40_stdio.t index 7295aba..a198184 100644 --- a/t/40_stdio.t +++ b/t/40_stdio.t @@ -12,7 +12,6 @@ __DATA__ === TEST 1: test stdio --- src ---- SKIP #include int main()