ソースを参照

.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年前
コミット
71404eef29
2個のファイルの変更5行の追加2行の削除
  1. 5
    0
      .gitignore
  2. 0
    2
      Marlin/.gitignore

+ 5
- 0
.gitignore ファイルの表示

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

+ 0
- 2
Marlin/.gitignore ファイルの表示

@@ -1,2 +0,0 @@
1
-*.o
2
-applet/

読み込み中…
キャンセル
保存