summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b255259f919d7e25f6f5bb249a136b44e33010cd (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
#Python
*.pyc
*.out
#CPP
*.o
*.la
*.lo
*.vglog
.dirstamp
Makefile*
config\.*
configure
.deps
.libs
autom4te.cache
aclocal.m4
developer.doxygen
user.doxygen
qpidd.1
qpid/cpp/libtool
qpidc.spec
qpid/cpp/src/gen/
*.mk
*.timestamp
rgen.timestamp
*.pcl
qpid/cpp/managementgen/management-types.xml

#Java
*.class
velocity.log
qpid/java/build
release
.classpath
.project
.settings
generated/
target
qpid/java/lib/cobertura/
# Intellij Project files
*.iml
*.ipr
*.iws
# Emacs
*~
# Microsoft Visual Studio artifacts
*.vcproj.*.*.user
*.ncb
*.suo
*.ilk
*.pdb
# Windows build results
*.exe
*.lib
*.dll
# MacOS File
.DS_Store