mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
7 Commits
6a2cf92c54
...
65a716b034
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65a716b034 | ||
|
|
dcc0fc7bc2 | ||
|
|
314d381f1e | ||
|
|
6a98aacd54 | ||
|
|
9275edaddf | ||
|
|
660bd643e1 | ||
|
|
0a25801fa9 |
@ -28,15 +28,16 @@
|
|||||||
|
|
||||||
# Default Delphi compiler directories
|
# Default Delphi compiler directories
|
||||||
# Content of this directories are generated with each Compile/Construct of a project.
|
# Content of this directories are generated with each Compile/Construct of a project.
|
||||||
# Most of the time, files here have not there place in a code repository.
|
# Most of the time, files here do not have a place in a code repository.
|
||||||
#Win32/
|
Win32/
|
||||||
#Win64/
|
Win64/
|
||||||
#OSX64/
|
OSX64/
|
||||||
#OSXARM64/
|
OSXARM64/
|
||||||
#Android/
|
Android/
|
||||||
#Android64/
|
Android64/
|
||||||
#iOSDevice64/
|
iOSDevice64/
|
||||||
#Linux64/
|
Linux64/
|
||||||
|
WinARM64EC/
|
||||||
|
|
||||||
# Delphi compiler-generated binaries (safe to delete)
|
# Delphi compiler-generated binaries (safe to delete)
|
||||||
*.exe
|
*.exe
|
||||||
@ -80,3 +81,6 @@ __recovery/
|
|||||||
|
|
||||||
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
|
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
|
||||||
modules/
|
modules/
|
||||||
|
|
||||||
|
# DUnitX test result
|
||||||
|
dunitx-results.xml
|
||||||
|
|||||||
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