add some more autogenerated files to .gitignore
AbandonedPublic

Authored by mcherey on Oct 26 2017, 7:26 PM.

Details

Reviewers
christiand
Group Reviewers
KMyMoney

Diff Detail

Repository
R261 KMyMoney
Lint
Lint Skipped
Unit
Unit Tests Skipped
mcherey created this revision.Oct 26 2017, 7:26 PM

This is not needed if you build out of source or the name of your build directory matches the first entry in .gitignore which is 'build*/'. On the other hand, it does not hurt either.

christiand requested changes to this revision.Oct 29 2017, 7:24 AM
christiand added a subscriber: christiand.

This is not needed if you build out of source or the name of your build directory matches the first entry in .gitignore which is 'build*/'. On the other hand, it does not hurt either.

I am not even sure if a in-source build is possible. The changes should be done in a way that future additions do not cause expected behavior (e.g. adding .desktop files).

.gitignore
13

This hides legit files.

16

This can hide legit files.

17

This can hide legit files, too.

This revision now requires changes to proceed.Oct 29 2017, 7:24 AM
mcherey abandoned this revision.Oct 29 2017, 10:40 AM