feature suggestion; setting to use .gitignore as Beyond Compare ignore filter.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mgillespie
    Enthusiast
    • Dec 2007
    • 39

    feature suggestion; setting to use .gitignore as Beyond Compare ignore filter.

    my source control system has a great filtering system, it would be good in folder view, if I didn't have to configure my diff tool separately.

    Don't know the best way to integrate it with the current ignore system, perhaps a setting to append the .gitignore rules to whatever rules are current enforced?
  • Aaron
    Team Scooter
    • Oct 2007
    • 15995

    #2
    We don't have a method to auto-parse gitignored, but if you open it up and paste the content into our Folder Compare Session Settings, Name Filters. These 4 boxes (including Exclude Files) are newline delimited lists of items.
    Aaron P Scooter Software

    Comment

    • borekb
      Enthusiast
      • Jan 2015
      • 22

      #3
      Integration with .gitignore would be awesome.

      Comment

      • LeeC
        Journeyman
        • Dec 2014
        • 16

        #4
        I came here to suggest this, but I searched first. So, of course I'll second this request!

        Comment

        • DaveInWashCo
          New User
          • May 2019
          • 1

          #5
          I echo this suggestion. I am using GIT daily for development. It would be super useful to have BC use the .gitignore file to compare source directory trees.

          Comment

          • dr_barnowl
            Expert
            • Apr 2008
            • 71

            #6
            Should be pretty easy to implement ; just pull in `libgit2` (which is permissively licensed GPL-plus-linking-exception) and call

            https://libgit2.org/libgit2/#HEAD/gr...ath_is_ignored

            Comment

            • Aaron
              Team Scooter
              • Oct 2007
              • 15995

              #7
              Thanks for the reference material. I'll add it to our customer wishlist entry on the subject.
              Aaron P Scooter Software

              Comment

              • Neil MacMullen (2)
                Journeyman
                • May 2015
                • 13

                #8
                Agree this would be an excellent addition

                Comment

                • pagej97
                  Visitor
                  • Apr 2014
                  • 6

                  #9
                  +1

                  Comment

                  • ChrisMo
                    New User
                    • Feb 2021
                    • 1

                    #10
                    That would be an awesome feature to have indeed.

                    Comment

                    • PStueck
                      Visitor
                      • Apr 2022
                      • 3

                      #11
                      Considered that similar requests date back to 2013 and beyond, it is quite unsatisfying that something – more or less basic – still didn’t make it into the app.
                      https://forum.scootersoftware.com/fo...-ignore-filter
                      https://forum.scootersoftware.com/fo...itingore-files
                      https://forum.scootersoftware.com/fo...-e-g-gitignore

                      Comment

                      • Aaron
                        Team Scooter
                        • Oct 2007
                        • 15995

                        #12
                        It's unfortunate when features we'd like to tackle slide. Our customer wishlist is not currently scheduled development, but where our developers go for ideas for future features and enhancements. We have limited development resources and our changelogs help show what we've been able to release in that timespan.
                        Aaron P Scooter Software

                        Comment

                        Working...