DRAFT .gitignore: Ignore .pr-*.tmp
This commit is contained in:
parent
4220d8a3cc
commit
e8eca6439b
|
@ -1,3 +1,6 @@
|
||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
files/__pycache__/
|
files/__pycache__/
|
||||||
|
|
||||||
|
# From scripts/ros-generate-recipes.sh
|
||||||
|
/.pr-*.tmp
|
||||||
|
|
Loading…
Reference in New Issue