aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 001894c3c190f05afd95d8ae98b4ddd4f3ed3571 (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
29
30
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

# MSVS generated files
ipch/
*.suo
*.user
*.sdf
*.opensdf

# Build generated files
build/
bin/

# Generated source files
src/common/scm_rev.cpp

# Generated header files
src/citra_qt/ui_*.h