mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
add .gitignore
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>
This commit is contained in:
parent
9f9b61b91f
commit
c8728c70cb
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.swp
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*~
|
||||||
Loading…
Reference in New Issue
Block a user