.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>
This commit is contained in:
parent
a873541ef6
commit
71404eef29
2 changed files with 5 additions and 2 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
*.o
|
||||
applet/
|
||||
*~
|
||||
*.orig
|
||||
*.rej
|
2
Marlin/.gitignore
vendored
2
Marlin/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.o
|
||||
applet/
|
Reference in a new issue