diff options
author | Andinus <andinus@nand.sh> | 2020-04-25 18:30:41 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-25 18:30:41 +0530 |
commit | f08234ef2fdc0df9548e8e218fc5232b08552e81 (patch) | |
tree | 65f0a3e4ba53e97f83a290e500c3fdfa2f0a1dac /.gitignore | |
parent | 348f101837f9f435ff52fefd58d7ea14b756c87c (diff) | |
download | pavo-f08234ef2fdc0df9548e8e218fc5232b08552e81.tar.gz |
Add .gitignore file
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..d24e858 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.dump +pavo.dump +*.core +pavo.core +ktrace +ktrace.out +kdump +kdump.out |