mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 04:11:38 +00:00
27 lines
334 B
Plaintext
27 lines
334 B
Plaintext
####
|
|
# Ignore CVS related files
|
|
|
|
.CVS
|
|
CVS
|
|
|
|
####
|
|
# Linux Ignored binary and build folder
|
|
*.o
|
|
linux/ccextractor
|
|
linux/depend
|
|
windows/debug/**
|
|
windows/release/**
|
|
build/
|
|
|
|
####
|
|
# Visual Studio project Ignored files
|
|
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
*.user
|
|
*.opendb
|
|
|
|
####
|
|
# Ignore the header file that is updated upon build
|
|
src/lib_ccx/compile_info.h |