.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 <ijackson@chiark.greenend.org.uk>
master
Ian Jackson 12 years ago
parent a873541ef6
commit 71404eef29

5
.gitignore vendored

@ -0,0 +1,5 @@
*.o
applet/
*~
*.orig
*.rej

2
Marlin/.gitignore vendored

@ -1,2 +0,0 @@
*.o
applet/
Loading…
Cancel
Save