forked from uncrustify/uncrustify
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
81 lines (70 loc) · 1.11 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
72
73
74
75
76
77
78
79
80
81
# Generated uncrustify files
#src/config.h
#src/token_names.h
#src/uncrustify_version.h
# Testing framework
tests/results
tests/usage.txt
*.sh.trs
*.sh.log
test-suite.log
# UNIX build artifacts
#*.o
src/uncrustify
# Gnu autotools
Makefile
Makefile.in
/autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/autotools/compile
/config.h.in
/configure
/configure.scan
/depcomp
/autotools/install-sh
/autotools/missing
/autotools/test-driver
/stamp-h1
/src/stamp-h1
config.log
config.status
man/uncrustify.1
# SlickEdit workspace history and tag files
*.vtg
*.vpwh*
# for projects that use Waf for building: http://code.google.com/p/waf/
.waf-*
.lock*
waf*
# Visual Studio temporary files, build results, etc
win32/Intermediate
win32/Release
win32/Debug
win32/*.*sdf
win32/*.suo
win32/*.user
win32/**/*.VC.db
win32/**/*.obj
win32/**/*.exe
# XCode
*.xcodeproj/*.pbxuser
*.xcodeproj/*.perspectivev3
*.xcodeproj/*.mode1v3
*.xcodeproj/*.tm_build_errors
*.tmproj
*.xcworkspace
xcuserdata
# Windows mingw build
uncrustify-*-win32
# Sublime
*.sublime-workspace
# Coverity
/cov-int
# TRIAGE: To clasify or remove
.svn
*~
.*
Debug
build*