diff options
author | Mattias Andrée <maandree@kth.se> | 2021-08-13 16:57:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-08-13 16:57:18 +0200 |
commit | 513ee4f15567048b619848edb092cdc4f33fe1c0 (patch) | |
tree | 46a58fa34f1bd5307e4e4267f53c8db1f62acfde /.gitignore | |
download | libparsepsf-513ee4f15567048b619848edb092cdc4f33fe1c0.tar.gz libparsepsf-513ee4f15567048b619848edb092cdc4f33fe1c0.tar.bz2 libparsepsf-513ee4f15567048b619848edb092cdc4f33fe1c0.tar.xz |
First commit1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
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..b9f3a77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*\#* +*~ +*.o +*.a +*.so +*.su +*.lo +/demo |