HISE Logo Forum
    • Categories
    • Register
    • Login

    git ignore question.....

    Scheduled Pinned Locked Moved General Questions
    7 Posts 4 Posters 190 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • LindonL
      Lindon
      last edited by

      So I'm adding a LOT of FX (via script node and Faust) to my major product, and when I do a git push to my repositiory Im getting complaints that my .iobj file is bigger than 50MB.

      As the .iobj files seem all to be in the DSPNetworks/Binaries/Builds folder structure - can I assume its safe to add this .iobj file type to my .gitignore file?

      HISE Development for hire.
      www.channelrobot.com

      d.healeyD 1 Reply Last reply Reply Quote 0
      • d.healeyD
        d.healey @Lindon
        last edited by d.healey

        @Lindon I always add Binaries/ to my ignore file.

        Libre Wave - Freedom respecting instruments and effects
        My Patreon - HISE tutorials
        YouTube Channel - Public HISE tutorials

        LindonL 1 Reply Last reply Reply Quote 0
        • Dan KorneffD
          Dan Korneff
          last edited by

          You should probably use GIt LFS (Large File Storage) for these.
          https://git-lfs.com/

          An open source Git extension for versioning large files
          Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

          Dan Korneff - Producer / Mixer / Audio Nerd

          Christoph HartC 1 Reply Last reply Reply Quote 0
          • Christoph HartC
            Christoph Hart @Dan Korneff
            last edited by

            @Dan-Korneff said in git ignore question.....:

            You should probably use GIt LFS (Large File Storage) for these.

            Nope, just ignore them :)

            I always add Binaries/ to my ignore file.

            Spot on.

            1 Reply Last reply Reply Quote 0
            • LindonL
              Lindon @d.healey
              last edited by Lindon

              @d-healey said in git ignore question.....:

              @Lindon I always add Binaries/ to my ignore file.

              yep good call..and I do....however these are not in Binaries, they are in:

              /DspNetworks/Binaries

              Should I add this folder to .gitignore too?

              HISE Development for hire.
              www.channelrobot.com

              d.healeyD 1 Reply Last reply Reply Quote 0
              • d.healeyD
                d.healey @Lindon
                last edited by

                @Lindon Strange, that should cover all folders called Binaries. Did you add the gitignore after you'd already commited those files?

                You could also try */Binaries

                Libre Wave - Freedom respecting instruments and effects
                My Patreon - HISE tutorials
                YouTube Channel - Public HISE tutorials

                LindonL 1 Reply Last reply Reply Quote 0
                • LindonL
                  Lindon @d.healey
                  last edited by

                  @d-healey said in git ignore question.....:

                  @Lindon Strange, that should cover all folders called Binaries. Did you add the gitignore after you'd already commited those files?

                  You could also try */Binaries

                  adding in

                  */Binaries made git decide everything IN Binaries should be included.....so bad bad git.

                  I added this :
                  /DspNetworks/Binaries

                  to get the preferred outcome....

                  HISE Development for hire.
                  www.channelrobot.com

                  1 Reply Last reply Reply Quote 1
                  • First post
                    Last post

                  24

                  Online

                  1.7k

                  Users

                  11.8k

                  Topics

                  102.5k

                  Posts