This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 466
/
.gitignore
71 lines (54 loc) · 1.47 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
################################################################################
# Path-specific rules
################################################################################
# Build directories
/build*/
# Android GUI build directory
/Android_GUI/build/
# Android GUI gradle files
/Android_GUI/local.properties
/Android_GUI/.gradle
/Android_GUI/.gradletasknamecache
# Android GUI IntelliJ files
/Android_GUI/*.iml
/Android_GUI/.idea/
/.idea/
# Android GUI generated build.gradle
/Android_GUI/build.gradle
# CMake toolchain files
/cmake/toolchain-*.cmake
# Generated Dockerfiles
/docker/generated/
# makepkg custom configuration file
/thirdparty/makepkg.local.conf
# Prebuilts
/thirdparty/prebuilts
# makepkg build and output files
/thirdparty/*/src/
/thirdparty/*/pkg/
/thirdparty/*/*.pkg.tar.xz
/thirdparty/*/*.pkg.tar.xz.sig
/thirdparty/*/*.src.tar.gz
################################################################################
# KDevelop
################################################################################
.kdev_include_paths
# Created by https://www.gitignore.io/api/kdevelop4
### KDevelop4 ###
*.kdev4
.kdev4/
################################################################################
# vim
################################################################################
# Created by https://www.gitignore.io/api/vim
### Vim ###
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags