summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ac74e6955c2a6a6cf9dce0fccd78612c965e6880 (plain)
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
28
#
# Never ignore these
#
!.gitignore

#
# Generated files
#
*.os
*.oS
*.dep
*.a
*.i
*.o
*.depend
lib
.config*
.*.dep
/*.log

#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch
/*.diff