summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8f0fd62c36c214e1819c877fa242e8b4be92a5d6 (plain) (blame)
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
# Core ignores.
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*#
.git/

# OS ignores.
.DS_Store

# Editor ignores.
*.ids
*.iml
*.ipr
*.iws
.idea/
out/

# Build ignores.
build/