Adding .exe and .pdb to gitignore

Ask general questions here.
mtkilic
Posts: 9
Joined: Tue Jan 15, 2019 4:12 pm

Adding .exe and .pdb to gitignore

Post by mtkilic » Wed Jan 16, 2019 3:30 am

Hello,

Fairly new here. Every time I make change and run the test suite, git status show all of the test suites .exe and .pdb file get modified. Do I need to commit this changes? Or can I add this to .gitignore file and still won't give me issue when I run test suites on different machine?

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Adding .exe and .pdb to gitignore

Post by odklizec » Wed Jan 16, 2019 8:34 am

Hi,

I don't use git, so I don't know how it works, but I guess someone just added entire test suite directory to your repository, including bin directory and other unnecessary dirs and files? Basically, you can ignore all these files and folders:
Reports
bin
obj
*.rxlog
*.rxlog.data
*.jpg
*.rxuser
*.pref
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration