-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (70 loc) · 872 Bytes
/
.gitignore
File metadata and controls
75 lines (70 loc) · 872 Bytes
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
# General
*.[oa]
*.raw
*.epc
*~
*.out
*.so.*
*.dylib
*.art
*.dot
*.prof
*.cfg
*foo*
build/
__pycache__/
*.tar.gz
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
cmake_install.cmake
install_manifest.txt
libpfnet.dll
pfnet_static_tests.exe
pfnet_tests.exe
# PyCharm Project Files
.idea/*
# Tests
tests/*.out
tests/run_tests
tests/run_tests.sh.log
tests/run_tests.sh.trs
tests/test-suite.log
# Autotools
*.lo
*.la
.deps/
.dirstamp
.libs/
aclocal.m4
autom4te.cache/
autoscan.log
compile
configure
configure.scan
config.guess
config.log
config.status
config.sub
depcomp
include/pfnet/config.h
include/pfnet/config.h.in
include/pfnet/pfnet_config.h
include/pfnet/pfnet_config.h.in
include/pfnet/stamp-h1
install-sh
libtool
ltmain.sh
m4/
Makefile
Makefile.in
missing
src/Makefile
src/Makefile.in
test-driver
tests/Makefile
tests/Makefile.in
# cmake
/build
# Mac OSX
.DS_Store