forked from hootener/SimpleBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (46 loc) · 765 Bytes
/
.gitignore
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# In repository we don't need to have:
# Compiled object files
*.o
# Generated MOC, resource and UI files
moc_*.cpp
qrc_*.cpp
ui_*.h
# Debug and Release directories (created under Windows, not Linux)
Debug/
Release/
debug/
release/
# .log files (usually created by QtTest - thanks to VestniK)
*.log
# Built windows .exe and linux binaries
# NOTE: PROJECT is a your project's name, analog of PROJECT.exe in Linux
*.exe
*.dll
SimpleBrowser
Thumbs.db
desktop.ini
# Mac-specific things (thanks to Michael Aaron Safyan)
.DS_Store
moc_*.cpp
*.Debug
*.Release
Makefile*
*.dylib
*.so.*
*.so
*.so.debug
*.o
*~
#Visual Studio files
*.pdb
*.idb
*.ib_pdb_index
*.sdf
*.suo
*.ncb
*.user
#QtCreator project files
*.pro.user
*.pro.user*
# Editors temporary files
*~