From cdc94f062f6b51cccc726c4f79a0280af5282a19 Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Mon, 12 May 2014 09:27:25 -0400 Subject: [PATCH] Added .gitignore file Change-Id: Id60a5cb48292950c4819685a3a0c0ab75685d378 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..0000c36fc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +wpilibc/build/ +hal/build/ +networktables/cpp/build/ +build/ +networktables/OutlineViewer/nbproject/private +*~ +.*/target(?:/|$) +.*/dist(?:/|$) +eclipse-plugins/.*/bin(?:/|$) \ No newline at end of file