-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.gitignore
54 lines (48 loc) · 983 Bytes
/
.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
# Backup GVim files.
*~
# Temporaly GVim files.
*.swp
# Visual Studio user configuration files.
*.vcxproj.user
*.sdf
*.opensdf
*.suo
# Visual Studio build directories.
build/
Debug*/
Release*/
ipch/
objs/
output/
bin/
# Lib directory
lib/
# Tags info
tags
cscope.out
# Compiled python objects
*.pyc
#### Project files ####
# Generated Java classes
.gradle
fastrpcgen/build/
fastrpcgen/share/fastrpc/fastrpcgen.jar
fastrpcgen/share/rpcdds/rpcddsgen.jar
fastrpcgen/share/rpcrest/rpcrestgen.jar
# Foo examples
utils/doxygen/examples/dds/*.h
utils/doxygen/examples/dds/*.cxx
utils/doxygen/examples/restful/*.h
utils/doxygen/examples/restful/*.cxx
utils/doxygen/examples/restful/*.idl
utils/doxygen/examples/fastrpc/*.h
utils/doxygen/examples/fastrpc/*.cxx
# Generated documentation
README.html
doc/*.pdf
# Text file generated by pcTests
utils/pcTests/dds/Thread*.txt
utils/pcTests/rti/Thread*.txt
# Installers
utils/installers/rti/linux/*.tar.gz
utils/installers/rti/windows/*.exe