File: .gitignore

package info (click to toggle)
uncrustify 0.64%2Bdfsg1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 11,300 kB
  • sloc: cpp: 42,402; ansic: 18,776; objc: 1,181; cs: 1,056; python: 636; java: 337; sh: 100; perl: 63; awk: 18; makefile: 5
file content (81 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download | duplicates (2)
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*