Compare commits

...

86 Commits

Author SHA1 Message Date
Mike Wheway
6e81be9a60
Merge branch 'github:main' into master 2024-11-17 10:00:13 -05:00
Devin Dooley
76739a38b5
Merge pull request #4493 from MattKotsenas/patch-1
Exclude Directory.Build.rsp from VisualStudio.gitignore template
2024-10-17 14:03:32 -07:00
Devin Dooley
53cf297127
Merge pull request #4408 from gregnazario/add-move
Adds Move language
2024-10-15 09:55:18 -07:00
Daniel Johnson
274c32303f
Merge pull request #4388 from loozhengyuan/feat/update-kicad-temp-files
feat: add KiCad lock/autosave files
2024-10-04 12:44:36 -07:00
Greg Nazario
ad949c4f01
Adds Move language
Move language is used for MoveVM based blockchains as the language
native to them.  The compiler provides a folder build/ that holds
the build artifacts.

The .aptos/ folder is ignored so people do not upload their private
keys to a git repository.
2024-10-02 14:46:31 -07:00
Devin Dooley
5445a27025
Merge pull request #4503 from bschaatsbergen/f/add-zig-ignore
chore: change `zig-cache/` to `.zig-cache/`
2024-09-09 14:28:50 -07:00
Bruno Schaatsbergen
aa8a4bee25
Merge branch 'main' into f/add-zig-ignore 2024-09-09 23:26:06 +02:00
Devin Dooley
ec0f03f241
Merge pull request #3975 from svc-user/main
Create Zig.gitignore
2024-09-09 14:06:54 -07:00
Bruno Schaatsbergen
4b771ac75a
feat: add Zig.gitignore
Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
2024-09-07 14:21:37 +02:00
Devin Dooley
33243d9491
Merge pull request #4485 from SunnyCloudYang/main
Create Hexo.gitignore
2024-08-31 16:05:20 -07:00
Yunyang
aa39d37629 Merge branch 'main' of https://github.com/SunnyCloudYang/gitignore 2024-08-31 15:27:59 +08:00
Yunyang
fc32973012 docs: update Hexo.gitignore 2024-08-31 15:23:56 +08:00
GoodNullName
ec4bac82f4
Merge branch 'github:main' into main 2024-08-31 14:10:26 +08:00
Yunyang
e624f8594a fix: update Hexo.gitignore 2024-08-31 13:33:36 +08:00
Daniel Johnson
c22fd083e7
Merge pull request #4445 from costaparas/feature/update-terraform
Ignore terragrunt cache
2024-08-30 13:14:51 -07:00
Daniel Johnson
ec300b949b
Merge pull request #4449 from brettcannon/rescript
Create ReScript.gitignore
2024-08-30 13:13:22 -07:00
Matt Kotsenas
71eddf97b6
Update VisualStudio.gitignore
`Directory.Build.rsp` is a [documented file][1] that allows setting default arguments to command line builds. However, our .gitignore template ignores _all_ `*.rsp` files. which causes confusion:

1. Devs write an .rsp file and if they aren't being attentive forget to commit it
2. Adding it to git requires `git add --force`, which some devs mistake for a destructive or not-recommended action

Thus, explicitly allow the `Directory.Build.rsp` file.

[1]: https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022#directorybuildrsp
2024-08-14 17:27:36 -07:00
Yunyang
3a3cf7fad4 Remove some global ignores 2024-07-17 16:53:33 +08:00
Yunyang
038a66091d Update Hexo.gitignore 2024-07-17 16:37:58 +08:00
Yunyang
14be7ece29 Add Hexo.gitignore 2024-07-17 16:34:18 +08:00
Brett Cannon
a30c2940f1
Update ReScript.gitignore 2024-06-12 11:56:01 -07:00
Daniel Johnson
8779ee73af
Merge pull request #3997 from 417-72KI/update-objc
Remove `CodeInjection` block from Objective-C.gitignore
2024-06-11 11:14:44 -07:00
Daniel Johnson
3674ae092f
Merge pull request #4454 from diffstorm/main
Create IAR.gitignore
2024-06-03 13:54:38 -07:00
Daniel Johnson
a74c28f4fa
Merge pull request #4456 from cyuanli/main
Revert #4451
2024-06-03 12:01:46 -07:00
Cliff Li
fbcb2e3f16
Revert #4451 2024-06-03 17:30:12 +02:00
diffstorm
6c90ce580d
Merge pull request #1 from diffstorm/diffstorm-create-IAR.gitignore
Create IAR.gitignore
2024-05-31 14:34:06 +03:00
diffstorm
5db49b3de9
Create IAR.gitignore
gitignore for IAR Embedded Workbench
2024-05-31 14:30:26 +03:00
Costa Paraskevopoulos
403cf39f22 Migrate terragrunt ignore to new template as suggested 2024-05-31 19:23:32 +10:00
Daniel Johnson
05b24f9fb5
Merge pull request #4451 from githubofkrishnadhas/main
Update Terraform.gitignore to ignore .hcl files based on pr #4447
2024-05-30 09:31:14 -07:00
Krishnadhas N K
b7450f4d3d
Update Terraform.gitignore to ignore .hcl files 2024-05-30 13:39:25 +05:30
Daniel Johnson
5acb38ca8a
Merge pull request #4220 from DeveloppeurPascal/patch-1
Added Delphi default compile/construct directories
2024-05-29 12:33:20 -07:00
Daniel Johnson
3e8e195512
Merge pull request #4324 from jagreenwood/patch-1
Update Swift.gitignore - Remove Accio
2024-05-29 12:31:23 -07:00
Daniel Johnson
1c3dda043a
Merge pull request #3558 from Jeehut/patch-1
Remove Accio after official deprecation
2024-05-29 12:28:50 -07:00
Daniel Johnson
0b566af6d7
Merge pull request #3996 from 417-72KI/update-swift
Remove `CodeInjection` block from Swift.gitignore
2024-05-29 12:27:20 -07:00
Daniel Johnson
6194787f31
Merge pull request #3595 from KyleFromKitware/cmakeuserpresets
CMake: Add CMakeUserPresets.json
2024-05-29 12:25:39 -07:00
Daniel Johnson
fa2a44713f
Merge pull request #4428 from LombardiDaniel/patch-1
Update Go.gitignore -> Added .env
2024-05-29 10:28:45 -07:00
Daniel Lombardi
e95aa3fbbd
Merge branch 'main' into patch-1 2024-05-29 09:54:32 -03:00
Daniel Johnson
b0546f349b
Merge pull request #4429 from JasonGross/patch-2
Add rubber cache files to TeX.gitignore
2024-05-28 18:56:27 -07:00
Daniel Johnson
a8237b3b9d
Merge pull request #4434 from brainplot/patch-1
Ignore lock info files in terraform `.gitignore`
2024-05-28 18:42:56 -07:00
Daniel Johnson
d746fcc59d
Merge pull request #4435 from zengxs/patch-1
Add zstd files to Archives.gitignore
2024-05-28 18:41:16 -07:00
Daniel Johnson
0b806ae7ff
Merge pull request #4436 from MountainKing123/unreal-engine-gitignore-patch-01
Update UnrealEngine.gitignore
2024-05-28 18:40:16 -07:00
Daniel Johnson
ef6cf7ff7b
Merge pull request #4441 from schtandard/latex_hypdoc
Add hypdoc temporary files
2024-05-28 18:28:32 -07:00
Daniel Johnson
760dbfe9a6
Merge pull request #4443 from srcres258/main
Add RustRover entry for Rust.gitignore
2024-05-28 18:24:41 -07:00
Daniel Johnson
745b639101
Merge pull request #4431 from Ramith-D-Rodrigo/ballerina-gitignore
Add Ballerina.gitignore
2024-05-28 18:17:07 -07:00
Ramith Rodrigo
3af7bb0480 Create Ballerina.gitignore 2024-05-29 06:42:42 +05:30
Daniel Johnson
2df1162ba1
Merge pull request #3690 from fulldecent/patch-1
Create GitHubPages.gitignore
2024-05-28 18:12:24 -07:00
Daniel Johnson
b982228d5d
Merge pull request #4444 from ealeksandrov/EA/xcode-update
[Xcode, Objective-C, Swift] Remove legacy Xcode compatibility
2024-05-28 17:43:40 -07:00
Daniel Johnson
c3a6db3057
Merge pull request #4448 from DrKeek/community_UiPath
Community/UiPath.gitignore
2024-05-28 17:40:26 -07:00
Daniel Johnson
f8a96208ab
Merge pull request #3405 from kksieski/feat_alteryx_template
add: create template for Alteryx Designer
2024-05-28 14:46:45 -07:00
Brett Cannon
dae1884ac1
Create ReScript.gitignore 2024-05-25 13:50:47 -07:00
Patrick Prémartin
6267e92c5a
Merge branch 'github:main' into patch-1 2024-05-22 10:15:06 +02:00
DrKeek
ffcf53b8d3
Merge pull request #1 from DrKeek/community_UiPath_20240521
Add files via upload...UiPath.gitignore
2024-05-21 12:06:31 +08:00
DrKeek
d3217fdb67
Add files via upload...UiPath.gitignore
This file contains folders to be excluded for tracking during RPA development using UiPath Studio. 
Accidentally tracking these folders have caused issues with changing branches during code development. 

The UiPath developer community as of 2024 is in excess of 2 million developers spanning over 43 countries.  
UiPath itself has been around for 19 years since 2005. 

This submission can potentially help millions of new and existing UiPath developers in their work.
2024-05-21 12:05:49 +08:00
DrKeek
963cebd90c
Add files via upload...UiPath.gitignore
This file contains folders to be excluded for tracking during RPA development using UiPath Studio.
Accidentally tracking these folders have caused issues with changing branches during code development. 

The UiPath developer community as of 2024 is in excess of 2 million developers spanning over 43 countries. 
UiPath itself has been around for 19 years since 2005. 

This submission can potentially help millions of new and existing UiPath developers in their work.
2024-05-21 11:57:41 +08:00
Costa Paraskevopoulos
1ab38f03c9 Ignore terragrunt cache
This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/
2024-05-13 21:38:08 +10:00
Evgeny Aleksandrov
a404348786 Drop Xcode 8 compatibility 2024-05-12 17:57:07 +03:00
Evgeny Aleksandrov
ebee5bfe87 Drop Xcode 3 compatibility 2024-05-12 17:56:43 +03:00
src_resources
c46dfda52a
Add RustRover entry for Rust.gitignore
Add an optional entry for JetBrains's RustRover IDE in Rust.gitignore.

Signed-off-by: src_resources <src.res.211@gmail.com>
2024-05-11 23:45:55 +08:00
Daniel Johnson
7b22f8ab6c
Merge pull request #4081 from katexochen/main
Ignore go.work.sum
2024-05-10 15:56:00 -07:00
Paul Meyer
d9b235245a
Merge branch 'github:main' into main 2024-05-09 08:21:57 +02:00
Daniel Johnson
a41112a9ab
Merge pull request #4279 from SRv6d/main
Add `.pdm-python` to python gitignore
2024-05-08 15:35:40 -07:00
beneiii
86ddbd59fe Add hypdoc temporary files 2024-05-05 16:18:05 +02:00
MountainKing123
f0fc1da1b3
Same for Binaries 2024-04-30 19:14:07 +02:00
MountainKing123
338eb82763
Update UnrealEngine.gitignore
Edited Unreal Engine gitignore to also ignore "Intermediate" data in the "Plugins" directory, so it ignores deeper nested intermediate data, like with Epic's "Game Features" plugin e.g. "Plugins/GameFeatures/MyGameFeature/Intermediate".
2024-04-30 18:54:16 +02:00
Xiangsong Zeng
1e6efa6d03
Add zstd files to Archives.gitignore 2024-04-26 18:00:50 +08:00
Gianluca Recchia
3249072f3b
Ignore lock info files in terraform .gitignore
This is recommended by the official Style Guide here:
https://developer.hashicorp.com/terraform/language/style#gitignore.
2024-04-22 11:27:20 +02:00
Jason Gross
893c558947
Add rubber cache files to TeX.gitignore
Generated by [rubber](https://tex-talk.net/2011/12/building-documents-with-rubber/).  [The docs](8ec18fd096/doc/rubber.texi (L158)) claim to use `rubber.cache`, but I've seen $filename.rubbercache in the wild, so I'm including both.
2024-04-03 21:19:57 +01:00
Daniel Lombardi
5fbacfc250
Update Go.gitignore 2024-03-31 14:56:05 -03:00
Marvin Vogt
bfa56dc5d8
Add .pdm-build/ 2023-12-28 14:21:54 +01:00
Loo Zheng Yuan
0bfdc4464c
feat: add KiCad lock/autosave files 2023-12-27 22:59:39 +08:00
Marvin Vogt
bb629fc14d
Update PDM docs reference
Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com>
2023-10-01 22:41:53 +02:00
William Entriken
716e3baab0
Add notes link 2023-09-18 15:43:20 -04:00
Jeremy Greenwood
392ef565be
Update Swift.gitignore - Remove Accio 2023-07-08 07:01:37 -04:00
Paul Meyer
a3a149d420
Merge branch 'github:main' into main 2023-06-18 20:01:59 +02:00
Marvin Vogt
e8131b2a80
Add .pdm-python to python gitignore 2023-04-09 18:25:17 +02:00
Patrick Prémartin
fc05d64d6d
Added Delphi default compile/construct directories 2022-12-29 14:41:48 +01:00
katexochen
d63f4b14ca Ignore go.work.sum 2022-05-31 18:40:47 +02:00
417-72KI
5521afc90a Remove CodeInjection block from Objective-C.gitignore 2022-03-08 11:21:58 +09:00
417-72KI
1e19baaccf Remove CodeInjection block from Swift.gitignore 2022-03-08 11:21:40 +09:00
Bick Doner
abbcca282f
Create Zig.gitignore 2022-02-16 13:36:16 +01:00
kacper ksieski
110e40ad2a fix: add stars 2021-04-22 10:00:03 -04:00
William Entriken
978e301032
Update GitHubPages.gitignore 2021-03-31 13:56:32 -04:00
William Entriken
8b42a0d1e3
Create GitHubPages.gitignore 2021-03-30 18:26:32 -04:00
Kyle Edwards
a0e05f9d08 CMake: Add CMakeUserPresets.json
CMake 3.19 added CMakePresets.json, which is intended to be
version-controlled, and CMakeUserPresets.json, which should NOT
be version-controlled. Add CMakeUserPresets.json to the gitignore.

https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
2020-12-07 15:29:35 -05:00
Cihat Gündüz
f269918a08
Remove Accio after official deprecation
[Accio](https://github.com/JamitLabs/Accio) was oficially deprecated in favor of SwiftPM integration within Xcode. I don't think any new project will be opting for it, so it might also be a good idea to clean this up and remove the Accio related entries from the `.gitignore`.
2020-10-22 07:44:09 +02:00
Kacper Ksieski
4f7ad979b9 add: create template for Alteryx Designer 2020-05-11 20:44:59 -04:00
24 changed files with 202 additions and 59 deletions

11
Ballerina.gitignore Normal file
View File

@ -0,0 +1,11 @@
# generated files
target/
generated/
# dependencies
Dependencies.toml
# config files
Config.toml
# the config files used for testing, Uncomment the following line if you want to commit the test config files
#!**/tests/Config.toml

View File

@ -9,3 +9,4 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json

View File

@ -26,6 +26,18 @@
#*.obj
#
# 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/
# Delphi compiler-generated binaries (safe to delete)
*.exe
*.dll

18
GitHubPages.gitignore Normal file
View File

@ -0,0 +1,18 @@
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Additional Ruby/bundler ignore for when you run: bundle install
/vendor
# Specific ignore for GitHub Pages
# GitHub Pages will always use its own deployed version of pages-gem
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
# counterproductive to check this file into the repository.
# Details at https://github.com/github/pages-gem/issues/768
Gemfile.lock

View File

@ -14,6 +14,8 @@
*.lzma
*.cab
*.xar
*.zst
*.tzst
# Packing-only formats
*.iso

View File

@ -1,6 +1,2 @@
## User settings
xcuserdata/
## Xcode 8 and earlier
*.xcscmblueprint
*.xccheckout

View File

@ -19,3 +19,7 @@
# Go workspace file
go.work
go.work.sum
# env file
.env

47
IAR.gitignore Normal file
View File

@ -0,0 +1,47 @@
# Compiled binaries
*.o
*.bin
*.elf
*.hex
*.map
*.out
*.obj
# Trash
*.bak
thumbs.db
*.~*
# IAR Settings
**/settings/*.crun
**/settings/*.dbgdt
**/settings/*.cspy
**/settings/*.cspy.*
**/settings/*.xcl
**/settings/*.dni
**/settings/*.wsdt
**/settings/*.wspos
# IAR Debug Exe
**/Exe/*.sim
# IAR Debug Obj
**/Obj/*.pbd
**/Obj/*.pbd.*
**/Obj/*.pbi
**/Obj/*.pbi.*
# IAR project "Debug" directory
Debug/
# IAR project "Release" directory
Release/
# IAR project settings directory
settings/
# IAR backup files
Backup*
# IAR .dep files
*.dep

View File

@ -16,6 +16,8 @@ _autosave-*
*-save.pro
*-save.kicad_pcb
fp-info-cache
~*.lck
\#auto_saved_files#
# Netlist files (exported from Eeschema)
*.net

View File

@ -5,23 +5,6 @@
## User settings
xcuserdata/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
## Obj-C/Swift specific
*.hmap
@ -59,10 +42,3 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/

View File

@ -106,8 +106,10 @@ ipython_config.py
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python
.pdm-build/
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

3
ReScript.gitignore Normal file
View File

@ -0,0 +1,3 @@
/node_modules/
/lib/
.bsb.lock

View File

@ -12,3 +12,10 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# 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.
#.idea/

View File

@ -5,23 +5,6 @@
## User settings
xcuserdata/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
## Obj-C/Swift specific
*.hmap
@ -66,10 +49,6 @@ playground.xcworkspace
Carthage/Build/
# Accio dependency management
Dependencies/
.accio/
# fastlane
#
# It is recommended to not store the screenshots in the git repo.
@ -81,10 +60,3 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/

View File

@ -39,6 +39,8 @@
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
*.rubbercache
rubber.cache
## Build tool directories for auxiliary files
# latexrun
@ -138,6 +140,9 @@ acs-*.bib
*.trc
*.xref
# hypdoc
*.hd
# hyperref
*.brf

View File

@ -23,6 +23,9 @@ override.tf.json
*_override.tf
*_override.tf.json
# Ignore transient lock info files created by terraform apply
.terraform.tfstate.lock.info
# Include override files you do wish to add to version control using negated pattern
# !example_override.tf

View File

@ -47,7 +47,7 @@ SourceArt/**/*.tga
# Binary Files
Binaries/*
Plugins/*/Binaries/*
Plugins/**/Binaries/*
# Builds
Build/*
@ -68,7 +68,7 @@ Saved/*
# Compiled source files for the engine to use
Intermediate/*
Plugins/*/Intermediate/*
Plugins/**/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*

View File

@ -82,6 +82,8 @@ StyleCopReport.xml
*.pgc
*.pgd
*.rsp
# but not Directory.Build.rsp, as it configures directory-level build defaults
!Directory.Build.rsp
*.sbr
*.tlb
*.tli

2
Zig.gitignore Normal file
View File

@ -0,0 +1,2 @@
.zig-cache/
zig-out/

View File

@ -0,0 +1,44 @@
# gitignore template for Alteryx Designer
# website: https://www.alteryx.com/
# website: https://help.alteryx.com/current/designer/alteryx-file-types
# Alteryx Data Files
*.yxdb
*.cydb
*.cyidx
*.rptx
*.vvf
*.aws
# Alteryx Special Files
*.yxwv
*.yxft
*.yxbe
*.bak
*.pcxml
*.log
*.bin
*.yxlang
CASS.ini
# Alteryx License Files
*.yxlc
*.slc
*.cylc
*.alc
*.gzlc
## gitignore reference sites
# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files
# https://git-scm.com/docs/gitignore
# https://help.github.com/articles/ignoring-files/
## Useful knowledge from stackoverflow
# Even if you haven't tracked the files so far, git seems to be able to "know" about them even after you add them to .gitignore.
# WARNING: First commit your current changes, or you will lose them.
# Then run the following commands from the top folder of your git repo:
# git rm -r --cached .
# git add .
# git commit -m "fixed untracked files"
# author: Kacper Ksieski

14
community/Hexo.gitignore Normal file
View File

@ -0,0 +1,14 @@
# gitignore template for Hexo sites
# website: https://hexo.io/
# Recommended: Node.gitignore
# Ignore generated directory
public/
# Ignore temp files
tmp/
.tmp*
# additional files
db.json
.deploy*/

6
community/Move.gitignore Normal file
View File

@ -0,0 +1,6 @@
# Generated by Move
# will have compiled files
build/
# Remove possibly saving credentials to the git repository
.aptos/

View File

@ -0,0 +1,3 @@
# Ignore the default terragrunt cache directory
# https://terragrunt.gruntwork.io/docs/features/caching/
.terragrunt-cache

View File

@ -0,0 +1,11 @@
# gitignore template for RPA development using UiPath Studio
# website: https://www.uipath.com/product/studio
#
# Recommended: n/a
# Ignore folders that could cause issues if accidentally tracked
**/.local/**
**/.settings/**
**/.objects/**
**/.tmh/**
**/*.log