diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-27 21:24:33 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-27 21:24:33 +0200 |
commit | 56787ec5c32e460808bab8175595cf577732d744 (patch) | |
tree | f9e3cb7b93c6a0953cc6da595d3b3f278b811108 /.gitignore | |
download | mpdview-56787ec5c32e460808bab8175595cf577732d744.tar.gz mpdview-56787ec5c32e460808bab8175595cf577732d744.tar.bz2 mpdview-56787ec5c32e460808bab8175595cf577732d744.tar.xz mpdview-56787ec5c32e460808bab8175595cf577732d744.tar.zst mpdview-56787ec5c32e460808bab8175595cf577732d744.zip |
First commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6e1386 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +a.out +mpdview +compile_flags.txt +tags +git +*.gz +*.o +vgcore* |