aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ad1f482731d3a7987565a5330ec8758514cc76f0 (plain)
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
# Default output directory
/build/

# Backup and Temporary Files
*.bak
*~
*.swp

# C Object Files
*.o
*.a
*.d

# Inclusions for libraries
!module/*/lib/mod_*.a

# Ctags Index
tags

# Cscope Index
cscope.*

# Eclipse IDE
.cproject
.project
.settings
.externalToolBuilders
*.pydevproject

# Git
*.orig
*.patch

# Intellij IDE
.idea

# Python Bytecode
*.pyc

# QtCreator IDE
*.config
*.creator
*.creator.user*
*.files
*.includes

# Sublime Text Editor
*.sublime-project
*.sublime-workspace

# Visual Studio Code IDE
.vscode/