forked from stitchEm/stitchEm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
64 lines (54 loc) · 818 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
57
58
59
60
61
62
63
64
external_deps/
bin/
*.gcda
*.gcno
CMakeLists.txt.user
*.dir/
# OS X
.DS_Store
.AppleDouble
.LSOverride
.project
.cproject
.settings/
.pydevproject
build*/
cmake_build/*
# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
# Ninja
.ninja_deps
.ninja_log
build.ninja
rules.ninja
# PyCharm
.idea/
# Auto generated test files
lib/src/test/ubjson.ubj
IO/src/decklink/include/DeckLinkAPI_h.h
IO/src/decklink/include/DeckLinkAPI_i.c
IO/src/decklink/DeckLinkAPI_i.c
Testing/Temporary/
lib/src/test/Testing/Temporary/
tests/Testing/Temporary/CTestCostData.txt
tests/Testing/Temporary/LastTest.log
*.bak
# Visual Studio autogenerated
*.vcxproj
*.vcxproj.filters
*.sln
*.opensdf
*.sdf
*.suo
# VIM
*.swp
*.un~
#Python
*.pyc
IO/src/decklink/DeckLinkAPI_i.c