From a1636267b450077f668b3400847122de95d9972e Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Tue, 7 Apr 2015 16:47:40 +0000 Subject: [PATCH] Add .gitignore Ignore build output and temp and working files Signed-off-by: Stefano Stabellini --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..47e9874 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +.hg +*.orig +*.rej +*~ +*.swp +*.o +*.d +*.opic +*.a +*.so +*.so.[0-9]* +*.bin +*.bak +*.tmp +*.spot +*.spit +*.gcno +*.gcda +*.py[ocd] +TAGS +GTAGS +GRTAGS +GPATH +GSYMS +tags +cscope.files +cscope.in.out +cscope.out +cscope.po.out +.config + +xen-dir +xen-dir-remote +grub-dir +grub-dir-remote +libvirt-dir +libvirt-dir-remote + +memdisk.tar +dist +deb +rpm -- 2.39.5