-
Notifications
You must be signed in to change notification settings - Fork 60
/
.gitignore
61 lines (51 loc) · 876 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
# use 'git ls-files -i --exclude-standard' for checking
# which already committed files are matched against these rules
*~
*.DS_Store
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
daemon
daemonded
daemon-tty
vm
Release
Debug
build
*.kdev4
*.dll
*.exe
*.dylib
*.so
*.a
#ignore editor temporary files
.*.swp
.#*
#ignore patch-generated
*.orig
*.rej
#ignore eclipse cdt project files
.project
.cproject
.settings
#ignore clion project files
.idea/
#ignore external deps
external_deps/*
!external_deps/build.sh
!external_deps/cygtar.py
!external_deps/*.patch
#never ignore these in subdirectories by accident
!.gitattributes
!.gitignore
#ignore Visual Studio generated project files
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.sln
#ignore Visual Studio / Visual Studio Code settings
.vs
.vscode
#ignore removed recastnavigation submodule
libs/recastnavigation