forked from obsproject/obs-studio
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
49 lines (43 loc) · 745 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
# Exclude everything
/*
# Except for default project files
!/.github
!/build-aux
!/cmake
!/deps
!/docs
!/libobs*
!/plugins
!/test
!/UI
!.cirrus.xml
!.clang-format
!.cmake-format.json
!.editorconfig
!.git-blame-ignore-devs
!.gitmodules
!.gitignore
!.mailmap
!.swift-format
!AUTHORS
!buildspec.json
!CMakeLists.txt
!CMakePresets.json
!COC.rst
!COMMITMENT
!CONTRIBUTING.rst
!COPYING
!INSTALL
!README.rst
# Exclude lock files
*.lock.json
# Exclude files generated by Sphinx in-tree
/docs/sphinx/_build/*
!/docs/sphinx/_build/.gitignore
!/docs/sphinx/Makefile
# Exclude modified Flatpak files
build-aux/flatpak-github-action-modified-*
# Exclude macOS legacy resource forks
.DS_Store
# Exclude CMake build number cache
/cmake/.CMakeBuildNumber