-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
103 lines (85 loc) · 1.09 KB
/
.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Files created by VSCode
.vscode/*
# Generated files by build system
locale/POTFILES
src/tenacity.desktop
src/RevisionIdent.h
src/configunix.h
src/configwin.h
*.pc
# CMake build output
CMakeFiles/
CTestTestfile.cmake
cmake_install.cmake
build/*
# Doxygen output
dox/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc
# Other unwanted files.
*.suo
*.sdf
*.exp
*.ilk
*.pdb
*.idb
*.lastbuild
*.log
*.tlog
*.ipch
*.opensdf
*.vcxproj.user
*.sbr
*.bsc
# Precompiled Headers
*.gch
*.pch
*.ncb
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled translation files (GNU Machine Object)
*.gmo
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.app
# Executable without extension
/audacity
src/audacity
# Mac Specific
.DS_Store
xcuserdata
*.xcconfig
# Misc
src/RevisionIdent.h
win/resetPrefs.txt
# Emacs backup files
*~
win/xaudacity.ico
*.sublime-project
*.sublime-workspace
/tests/results/*.png
#other files that get in the way
*/not-for-git/*
*.dll
scripts/*.dot
scripts/*.svg
.idea/
.vscode/
# AppImage
linuxdeploy/*
appimagetool/*
# VSCode
.vscode/
# vcpkg
vcpkg_installed