amiro-apps / .gitignore @ f7b6f536
History | View | Annotate | Download (209 Bytes)
1 | b1f38b27 | Thomas Schöpping | 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 | 8dab1768 | Thomas Schöpping | *.creator.user* |
15 | *.cflags |
||
16 | *.cxxflags |
||
17 | b1f38b27 | Thomas Schöpping | |
18 | # Shadow files |
||
19 | *kate-swp |
||
20 | *~ |
||
21 | |||
22 | # Backup files |
||
23 | *backup* |
||
24 | *Backup* |