haiku/.gitignore
Humdinger 7d85c2beb1 Add .genio of the Genio IDE to .gitignore
Change-Id: I9397bef0ab05b1a12d234e5c52da8e88e54571ff
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7119
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
2023-11-21 16:29:53 +00:00

25 lines
613 B
Plaintext

# Files generated by our buildsystem or reserved for local changes by the user
generated*
build/jam/UserBuildConfig
build/user_config_headers
# KDE backup files ending with a ~ (created by KDE and Qt text editors)
*~
# Vim temporary/lock files
.*.sw?
# Configuration directories for Visual Studio Code
.vscode
# Configuration directories for IntelliJ IDEA code editors
.idea
# compiled/optimized Python (created by Python optimizer when running scripts)
*.pyc
*.pyo
# Mac OS X directory attributes (created by Mac OS X when opening files or
# directories)
.DS_Store
# Project settings of the Genio IDE
.genio