From: Ian Jackson Date: Wed, 8 Aug 2012 17:32:51 +0000 (+0100) Subject: .gitignore: Add *~, *.orig, *.rej, move to root directory X-Git-Tag: firmware-tested-2012-08-10^2~1^2~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=79afa80f1a7740edceceb4a4deda713d9b55960e;p=marlin.git .gitignore: Add *~, *.orig, *.rej, move to root directory Move the .gitignore out of the Marlin subdirectory so it applies to the whole tree, and add some missing patterns. Signed-off-by: Ian Jackson --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a12acf --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +applet/ +*~ +*.orig +*.rej diff --git a/Marlin/.gitignore b/Marlin/.gitignore deleted file mode 100644 index 37a3c9b..0000000 --- a/Marlin/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.o -applet/