diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-10-02 21:34:05 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-10-02 21:34:05 +0200 |
commit | d75d24384221147d2dd6b52868e73c551fec4308 (patch) | |
tree | a8448a8d756fc63cfe5bdc1c91eb8689bdc4b31e /.gitignore | |
download | libperf-d75d24384221147d2dd6b52868e73c551fec4308.tar.gz libperf-d75d24384221147d2dd6b52868e73c551fec4308.zip |
initial commit of libperf
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89f9ac0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +out/ |