Browse Source

.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>
pull/1/head
Ian Jackson 12 years ago
parent
commit
71404eef29
  1. 5
      .gitignore
  2. 2
      Marlin/.gitignore

5
.gitignore

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

2
Marlin/.gitignore

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