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>
Ian Jackson 12 years ago
parent
commit
71404eef29
2 changed files with 5 additions and 2 deletions
  1. 5
    0
      .gitignore
  2. 0
    2
      Marlin/.gitignore

+ 5
- 0
.gitignore View File

1
+*.o
2
+applet/
3
+*~
4
+*.orig
5
+*.rej

+ 0
- 2
Marlin/.gitignore View File

1
-*.o
2
-applet/

Loading…
Cancel
Save