From 21a42fc245709c6de1f4369205720603248d1f07 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 Jan 2012 12:51:48 -0500 Subject: initial commit; add frc/smartdashboard-client --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb12a76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# probably source downloads +*.tar.gz +*.tar.xz +*.tar.bz2 +*.tgz +*.zip + +# pacman things +src/ +pkg/ +*.pkg.tar.* +*.src.tar.* + +*.log -- cgit v1.2.3