Skip to content

Commit

Permalink
Clean up build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx committed May 25, 2023
1 parent b941477 commit 09435be
Show file tree
Hide file tree
Showing 24 changed files with 37 additions and 49,801 deletions.
54 changes: 37 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,52 @@
**/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/Makefile
/src/Makefile.in
/src/learner
/src/pdiffer
/src/playground
/src/profile-matcher
/src/prophet
/stampt-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
msv
Loading

0 comments on commit 09435be

Please sign in to comment.