当前位置:网站首页>【M32】单片机 svn 设置忽略文件
【M32】单片机 svn 设置忽略文件
2022-06-22 06:23:00 【西西洛】
1.提出问题
单片机项目在编译后,会生成很多临时文件,这些文件不需要提交版本管理,提交后会导致项目管理混乱
2.解决方法
可以按照下面方法进行提交屏蔽:
在 svn 设置中找到常规设置,找到全局忽略样式;
添加如下忽略样式,各个类型之间通过空格间隔;
*.dbgconf *.uvguix.* *.scvd *.Bak *.bak *.ddk *.edk *.lst *.lnp *.mpf *.mpj *.obj *.omf *.plg *.rpt *.tmp *.__i *.crf *.o *.d *.axf *.tra *.dep JLinkLog.txt *.iex *.htm *.sct *.map *.ori
- 点击应用,即可生效。
边栏推荐
- You are using PIP version 19.0.3, however version 22.1.2 is available
- Little bear school bearpi HM micro officially integrated into openharmony trunk
- Oracle之trim,ltrim,rtrim三个函数的用法
- [technical notes]
- 【OpenAirInterface5g】ITTI消息收发机制
- GeoSwath plus 技术和数据采集处理
- -bash: telnet: command not found的解决方法
- SQL 注入漏洞(十二)Cookie注入
- Reflection operation annotation
- reduce_ Reduction in sum()_ indices
猜你喜欢

h = key.hashCode()) ^ (h >>> 16) 详细解读以及为什么要将hashCode值右移16位并且与原来的hashCode值进行异或操作

【OpenAirInterface5g】RRC NR解析之RrcSetupRequest

New GDI functions and functions introduced in MiniGUl version 1.1.0 (II)
![[technical notes]](/img/5c/3a1fa6326f0bf16da8032526173343.png)
[technical notes]

Seven parameters of thread pool and custom thread pool

线程和进程的区别

线程池的七大参数及自定义线程池

Research on dynamics and control of single ball robot

idea本地运行scope

h = key. Hashcode()) ^ (H > > 16) detailed explanation and why the hashcode value should be shifted to the right by 16 bits and XOR with the original hashcode value
随机推荐
集合类并发不安全问题
postgresql数据库中根据某个字段判断存在则更新(update)操作,不存在则插入(insert)
【TP6】使用workerman websocket
Bathymetry along Jamaica coast based on Satellite Sounding
【OpenAirInterface5g】RRC NR解析(一)
Single cell paper record (Part14) -- costa: unsupervised revolutionary neural network learning for St analysis
idea本地运行scope
SQL injection vulnerability (XIII) Base64 injection
Current harmonic suppression strategy of grid connected inverter with PIR controller regulator
Leetcode the shortest path of three (eight) charts per week
CGIC文件上传----菜鸟笔记
PyG教程(7):剖析邻域聚合
IO intensive and CPU intensive
Expert system clips from introduction to mastery (I) introduction and overview of clips
Using Monte Carlo method to calculate pi
MySQL-IFNULL处理N/A
SQL 注入漏洞(十)二次注入
pgsql批量插入
八锁问题详解
Dynamically create object execution methods