forked from Open-Transactions/opentxs-notary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
76 lines (65 loc) · 860 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
opentxs
#see http://shanesbrain.net/2008/7/9/using-xcode-with-git
# xcode noise
build/*
*.log
*.trs
*.xcconfig
*.xcclassmodel/*
*.o
*.o-*
*.a
*.dylib
*.pbxuser
*.mode1v3
*.mode2v3
*.pch
*.perspectivev3
*.jnilib
*.exe
*.user
*.suo
*.sdf
*.opensdf
xcuserdata/
*.deps/
*.jar
# osx noise
.DS_Store
profile
# emacs noise
*~
# cmake noise
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
CPackSourceConfig.cmake
_CPack_Packages/
cmake_install.cmake
install_manifest.txt
opentxs-server-0.0.1-1.x86_64.rpm
opentxs-server.spec
src/CMakeFiles/
src/cmake_install.cmake
src/createmint/CMakeFiles/
src/createmint/cmake_install.cmake
src/createmint/createmint
src/opentxs-server
Makefile
# visual studio noise
*.user
*.sdf
*ipch/
*.userprefs
# targets
build/
lib/
obj/
bin/
# linux build noise
*.lo
*.la
.dirstamp
.libs
# KDE Dolphin (file manager) noise
.directory