chiark / gitweb /
.gitignore: Add *~, *.orig, *.rej, move to root directory
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 8 Aug 2012 17:32:51 +0000 (18:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Aug 2012 18:36:29 +0000 (19:36 +0100)
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 <ijackson@chiark.greenend.org.uk>
.gitignore [new file with mode: 0644]
Marlin/.gitignore [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0a12acf
--- /dev/null
@@ -0,0 +1,5 @@
+*.o
+applet/
+*~
+*.orig
+*.rej
diff --git a/Marlin/.gitignore b/Marlin/.gitignore
deleted file mode 100644 (file)
index 37a3c9b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.o
-applet/