forked from haiku/haiku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (22 loc) · 685 Bytes
/
Copy path.gitignore
File metadata and controls
27 lines (22 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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
# clangd related tooling for IDE code completion
compile_commands.json