Skip to content

Commit 733fbf4

Browse files
committed
More additions to .gitignore.
1 parent 49116ad commit 733fbf4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
*.rustc
1010
*.cmx
1111
*.dll
12+
*.def
1213
*.exe
14+
*.a
15+
*.rlib
1316
*.so
1417
*.dylib
1518
*.orig
@@ -32,6 +35,9 @@
3235
*.toc
3336
*.tp
3437
*.vr
38+
*.patch
39+
*.diff
40+
*.rej
3541
*.swp
3642
*.tmp
3743
*.pyc
@@ -52,6 +58,7 @@ config.mk
5258
/rustllvm/
5359
/test/
5460
/build/
61+
/mingw-build/
5562
src/.DS_Store
5663
/stage0/
5764
/dl/

0 commit comments

Comments
 (0)