Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 37 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,53 @@
**/prog
**/*.o
# Build artifacts
*.bak
*.la
*.lo
*.log
*.o
*~
.deps
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache
/build-aux/
/config.*
/configure
/include/Makefile
/include/Makefile.in
/libtool
/src/.dirstamp
/src/Makefile
/src/Makefile.in
/src/learner
/src/pdiffer
/src/playground
/src/profile-matcher
/src/prophet
/stamp-h1
/tests/
/wrap/Makefile
/wrap/Makefile.in

# Experiments' artifacts
**/out/
**/*.lo
src/learner
src/pdiffer
src/prophet
src/playground
src/profile-matcher
.vscode
**/*.la
**/prog
*.ll
*.bc
benchmarks/*-src
benchmarks/*-tests*
!benchmarks/gzip-tests
autom4te.cache
*.tar.gz
!benchmarks/lighttpd-deps/pcre-8.36.tar.gz
**/CMakeFiles/
**/CMakeCache.txt
/dg/
**/*.log
*~
*.ll
*.bc
__*
**/__*
!**/*.py
**/.libs
**/.deps

# Development
.vscode
build
msv
Loading