From a65f247d335a9ecbb8a39e6a0e49f054500df376 Mon Sep 17 00:00:00 2001 From: David Kilroy Date: Sat, 14 Dec 2013 11:53:41 -0800 Subject: [PATCH] Add .gitignore file --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..5bca001 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Temporary files +*~ + +# Install directory structure +usr/* +bin/* + +# Packages +*.tar.bz2 -- 2.11.4.GIT