mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-04 20:54:46 +02:00

oe-selftest leaves python bytecode around for the selftests it has found making git status dirty. Add .gitignore that hides those files from git. While we're at it, ignore some other common patterns too. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
7 lines
34 B
Plaintext
7 lines
34 B
Plaintext
*.pyc
|
|
*.pyo
|
|
*.swp
|
|
*.orig
|
|
*.rej
|
|
*~
|