forked from brianwaters3/epctools-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (43 loc) · 828 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
src/*.o
src/*.a
src/.deps
src/.dirstamp
src/st*
src/.dirstamp
autom4te.cache
*.swp
src/*.swp
include/epc/*.swp
config.*
Makefile
src/Makefile
include/Makefile
.DS_Store
modules/.DS_Store
exampleProgram/*.o
exampleProgram/epctest
exampleProgram/.deps
exampleProgram/myfile
exampleProgram/mylog
exampleProgram/logs
exampleProgram/test2*
exampleProgram/test3*
exampleProgram/pfcp/bin/*
exampleProgram/pfcp/logs/*
exampleProgram/pfcp/Makefile
exampleProgram/pfcp/.deps
exampleProgram/pfcp/src/.deps
exampleProgram/pfcp/src/.dirstamp
exampleProgram/pfcp/src/*.o
exampleProgram/libpfcp
pfcp/pfcpr15/*.a
pfcp/pfcpr15/st*
pfcp/src/.deps
pfcp/pfcptest/.deps
pfcp/pfcptest/pcaps/.deps
pfcp/pfcptest/pcaps/.dirstamp
pfcp/pfcptest/pfcptest
pfcp/pfcptest/wrapper/.deps
pfcp/pfcptest/wrapper/.dirstamp
docDoxyfile.bak
epctools.code-workspace