Compare commits

...

7 Commits

Author SHA1 Message Date
Chua CheeWee
65a716b034
Merge 660bd643e1 into dcc0fc7bc2 2026-05-22 07:53:25 +00:00
Daniel Johnson
dcc0fc7bc2
Merge pull request #4700 from G0rocks/main
Add FreeCAD.gitignore file
2026-05-21 16:49:32 -07:00
G0rocks
314d381f1e Add *.FCBak to FreeCAD.gitignore 2026-05-03 16:26:41 +00:00
G0rocks
6a98aacd54 Move FreeCAD.gitignore to community folder 2026-05-03 16:24:48 +00:00
Huldar
9275edaddf
Merge branch 'github:main' into main 2026-05-03 16:22:36 +00:00
Chua CheeWee
660bd643e1
Update Delphi.gitignore
Added RAD Studio 13.1 WinARM64EC directory and DUnitX results
2026-04-10 14:15:41 +08:00
G0rocks
0a25801fa9 Add FreeCAD.gitignore file 2025-08-06 10:11:36 +00:00
2 changed files with 18 additions and 9 deletions

View File

@ -28,15 +28,16 @@
# Default Delphi compiler directories
# 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.
#Win32/
#Win64/
#OSX64/
#OSXARM64/
#Android/
#Android64/
#iOSDevice64/
#Linux64/
# Most of the time, files here do not have a place in a code repository.
Win32/
Win64/
OSX64/
OSXARM64/
Android/
Android64/
iOSDevice64/
Linux64/
WinARM64EC/
# Delphi compiler-generated binaries (safe to delete)
*.exe
@ -80,3 +81,6 @@ __recovery/
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
modules/
# DUnitX test result
dunitx-results.xml

View File

@ -0,0 +1,5 @@
# FreeCAD backup and temporary files
*.FC.lock
*.bak
*.FCBak
*.tmp