From d95e3567f16a64cff2da9e069e6321515d1868c5 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 3 Oct 2013 15:13:26 +0200 Subject: [PATCH] Adding git ignore file --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ddfbae1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +# Normal rules +# +*.o +*.d +*.bin +*.map +*/objs/* +*.zip +*.dump + -- 2.43.0