summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e5742020a809dfcff6940252a126064397cbd557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# build system & qt creator
Makefile*
*_wrapper.sh
*_wrapper.bat
*.pro.user
/.qmake.cache
/config.status

# actually translation related
/translations/*_en.ts
/translations/*_untranslated.ts
*.qm

# general stuff
tags
.DS_Store

# xemacs temporary files
*.flc

# Vim temporary files
.*.swp