mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
7 Commits
582303fc40
...
5c084e86bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c084e86bb | ||
|
|
dcc0fc7bc2 | ||
|
|
314d381f1e | ||
|
|
6a98aacd54 | ||
|
|
9275edaddf | ||
|
|
0329c22a3d | ||
|
|
0a25801fa9 |
@ -22,3 +22,8 @@ rustc-ice-*.txt
|
|||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# These are crash reports automatically generated by the Rust compiler (rustc) when it
|
||||||
|
# encounters an internal compiler error (ICE) - essentially a bug in the compiler itself,
|
||||||
|
# not your code. The filename pattern is rustc-ice-<timestamp>-<pid>.txt.
|
||||||
|
rustc-ice-*.txt
|
||||||
|
|||||||
5
community/FreeCAD.gitignore
Normal file
5
community/FreeCAD.gitignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# FreeCAD backup and temporary files
|
||||||
|
*.FC.lock
|
||||||
|
*.bak
|
||||||
|
*.FCBak
|
||||||
|
*.tmp
|
||||||
Loading…
Reference in New Issue
Block a user