Codebase list nfstrace / upstream/0.4.3.2 .gitignore
upstream/0.4.3.2

Tree @upstream/0.4.3.2 (Download .tar.gz)

.gitignore @upstream/0.4.3.2raw · history · blame

# Source files generated by CMake configure_file() command from *.in files
docs/nfstrace.8
docs/html
src/api/plugin_api.h
src/controller/build_info.h

# Traffic traces from Wireshark/tcpdump/nfstrace
# All of them should be compressed via bzip2
*.pcap

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Astyle backups
*.orig