urtware / .gitignore @ 2c811df1
History | View | Annotate | Download (254 Bytes)
1 |
build |
---|---|
2 |
.dep |
3 |
*.tmp |
4 |
*.backup |
5 |
|
6 |
# Eclipse files |
7 |
*eclipse* |
8 |
|
9 |
# QtCreator files |
10 |
*.includes |
11 |
*.files |
12 |
*.config |
13 |
*.creator |
14 |
*.creator.user* |
15 |
*.cflags |
16 |
*.cxxflags |
17 |
|
18 |
# Shadow files |
19 |
*kate-swp |
20 |
*~ |
21 |
|
22 |
# Backup files |
23 |
*backup* |
24 |
*Backup* |
25 |
|
26 |
doc/html |
27 |
doc/latex |
28 |
os/doc/html |
29 |
os/doc/latex |