mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 14:10:55 +00:00
Add a .gitignore file
Hooray for a clean git status!
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
f594fad6b0
commit
758fdc86a9
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
*.o
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
TAGS
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
compile
|
||||||
|
config.guess
|
||||||
|
config.h
|
||||||
|
config.h.in
|
||||||
|
config.h.in~
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
missing
|
||||||
|
stamp-*
|
||||||
|
|
||||||
|
sysprof
|
||||||
|
sysprof-cli
|
||||||
|
testelf
|
||||||
|
testunwind
|
||||||
|
|
||||||
|
.*.sw?
|
||||||
|
.gdb_history
|
||||||
Reference in New Issue
Block a user