forked from MikeMcQuaid/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitignore
51 lines (41 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
# Ignore files generated by Qt.
moc_*.cpp
qrc_*.cpp
ui_*.h
# Ignore files generated by QMake.
.qmake.*
qmake/*.d
.moc/
.obj/
# Ignore compiler output files.
config.log
config.tests/
*.o
*.pyc
# Ignore text editor local configuration..
*.pro.user
.tm_properties
*.xcodeproj/project.xcworkspace/
*.xcodeproj/xcuserdata/
# Ignore temporary generated files.
*.rej
*.swp
*~
# Ignore thumbnails metadata generated by macOS.
.DS_Store
# Ignore direnv secrets
.envrc
# Ignore things generated by Bundler.
**/.bundle/bin/
**/.bundle/cache/
vendor/ruby/
vendor/*/vendor/ruby/
# Ignore files generated by CMake.
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
# Ignore build directories.
b/
# Ignore some testing files.
test/js/functional/*.html