blob: c94b6e40d7145f24976ea1d07bb1d6e19104ebd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
|