Procházet zdrojové kódy

contrib: add missing .a files that have been ignored by .gitignore for

something like forever, and fix .gitignore so that this doesn't happen
again.
legacy
Sam Hocevar sam před 13 roky
rodič
revize
299100949a
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. +9
    -0
      .gitignore

+ 9
- 0
.gitignore Zobrazit soubor

@@ -38,6 +38,15 @@ win32/Release
win32/*.vcxproj.user
win32/*.sdf
win32/*.suo
# Do not exclude anything in contrib; this is currently one level
# more than our current max
!contrib/*
!contrib/*/*
!contrib/*/*/*
!contrib/*/*/*/*
!contrib/*/*/*/*/*
!contrib/*/*/*/*/*/*
!contrib/*/*/*/*/*/*/*
# Our binaries
deushax/deushax
deushax/editor


Načítá se…
Zrušit
Uložit