blob: 92c36562be236047194cc8cdf863767c9265e137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Negate "No core files" pattern from the toplevel .gitignore
!**/core
/CMakeFiles
Makefile
cmake_install.cmake
*.jar
# Compiled class file
*.class
# Log file
*.log
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# jvpp generated files
/*/target/
/*/*_gen.h
/*/*.files
/*/io_fd_jvpp_*Impl.h
/jvpp-registry/io_fd_jvpp_VppJNIConnection.h
/jvpp-stats/io_fd_jvpp_stats_VppStatsJNIConnection.h
|