From b6f8c4f6bbe0648d26b000b4327978bc5063e3f8 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 1 Oct 2012 17:26:41 +0200 Subject: [PATCH] Add a .gitignore to get rid of the junk in git status. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b13478 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +test +*.jpg +*.png +perf.data -- 2.39.2