summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/.gitignore
blob: 9fb21e7edb1d9cad647d86744353e460407dfcfe (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
53
54
55
56
57
58
59
60
61
62
63
64
# "Default" build tree
/build/

# PyCharm help directory
venv/

# Compiled Python code
*.pyc

# Testing framework (if run_tests.py is run from the source tree)
results/
results_2/

# Static analysis and code coverage
/tests/pclint/
/cov-int
gcov_test/

# SlickEdit workspace history and tag files
*.vtg
*.vpwh*

# for projects that use Waf for building: http://code.google.com/p/waf/
.waf-*
.lock*
waf*

# KDevelop
*.kdev4
.kdev4/

# XCode
*.xcodeproj/*.pbxuser
*.xcodeproj/*.perspectivev3
*.xcodeproj/*.mode1v3
*.xcodeproj/*.tm_build_errors
*.tmproj
*.xcworkspace
xcuserdata

# Sublime
*.sublime-workspace

# Eclipse Configuration
.cproject
.project
.settings

# backup files
#   texteditor (kate, etc.)
*~
#   git mergetool.keepBackup or KDiff3
*.orig

# uncrustified files
*.uncrustify


# CLion
.idea/
cmake-build-*/

# Vim
*.swp