forked from Unvanquished/Unvanquished
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (54 loc) · 826 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
65
# 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
vm
Release
Debug
build*
*.vcxproj.user
*.kdev4
*.dll
*.exe
*.dylib
*.so
*.a
# Debian
obj-*-*-*/
# NaCl
*-native-dll.*
*-native-exe*
*.pexe
*.nexe
nacl_helper_bootstrap*
nacl_loader*
# pk3s, dpks
*.pk3
*.dpk
# CBSE
src/sgame/backend
#ignore editor temporary files
.*.swp
.#*
#ignore patch-generated
*.orig
*.rej
#ignore eclipse cdt project files
.project
.cproject
.settings
#ignore clion project files
.idea/
#ignore qtcreator project files
CMakeLists.txt.user
#ignore external deps
external_deps/*
!external_deps/build.sh
!external_deps/cygtar.py
#never ignore these in subdirectories by accident
!.gitattributes
!.gitignore