summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2019-08-04Add .pyo to .gitignoreUlf Magnusson
Might come up if people run Kconfiglib from a submodule with 'python -O'.
2019-08-03Add some distribution-related files to .gitignoreUlf Magnusson
I always run Git with status.showUntrackedFiles = no, but might be nice for other people.
2019-08-03Add a .gitignore that ignores *.pycUlf Magnusson
Might avoid some pain in projects that use Kconfiglib as a submodule. Fixes https://github.com/ulfalizer/Kconfiglib/issues/74.