Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent edf8314 commit 5d4610b
Showing 1 changed file with 1 addition and 92 deletions.
93 changes: 1 addition & 92 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,114 +1,23 @@
make.config.local
nmake.config.local
DEPENDS
*.o
*.so
*.so.?.?
*.so.?.?.?
*.so*
*.a
*.tlog
*.log
*.rc
*.filters
*.lastbuildstate
V_*
*.obj
*.ilk
*.ncb
*.dll
*.exe
*.pdb
*.suo
*.exp
*.lib
*.idb
*.manifest
*.manifest.res
*.user
*.rsp
*.dep
*.dep
*~
*.he
*_none
.nfs*
BuildLog.htm
*resumelog*
._*resumelog
dyninst.kdev*
config.status
test/*
autodyninst/autom4te.cache/*
autom4te.cache/*
testsuite/*/binaries/*
parseThat/*/Makefile
parseThat/*/parseThat
test.sh
autodyninst/configure
config.log
# For Windows
_UpgradeReport_Files/*
*.tlog
*.lastbuildstate
*.cache
*.log
*_manifest.rc
*.orig
\#*\#
callgrind.out.*
cscope.*
luftags
tags
*.VC.db
*.VC.opendb
*.sdf
*.opensdf
*.suo
*.sln
*.vcxproj
*.vcxproj.user
ipch/*
*.swp
*.swo
*.swn
.__afs*
*patch
*.diff
*.msi
*.tlog
*/CMakeFiles
lib*.so*
lib*.a
CMakeFiles
CMakeCache.txt
cmake_install.cmake
*/cmake_install.cmake
Makefile
*/Makefile
*.eps
*log.*
*.rej
install_manifest.txt
binutils
libelf
libdwarf
CHANGELOG
*.bak
massif.out.*
DyninstAPI*.tgz
common/h/dyninstversion.h
*.dir/
*/Debug/
*/Release/
.idea/*
.vscode/*
build*/
cmake-build-*/
.project
.cproject
.settings
.pydevproject
*__pycache__*
docs/env
docs/_build
docs/instructionAPI/fig/*.png

0 comments on commit 5d4610b

Please sign in to comment.