diff options
author | Malfurious <m@lfurio.us> | 2021-08-22 10:06:40 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-08-22 10:06:40 -0400 |
commit | 083f76002476dd722a2989cf2c33d0e616e3fd84 (patch) | |
tree | 64258b519fa6ea1a36cdf50a7f7bf20567098d13 /.gitignore | |
parent | d0e68f51eae112447289f2bcf541c4a4882ec741 (diff) | |
download | lib-des-gnux-083f76002476dd722a2989cf2c33d0e616e3fd84.tar.gz lib-des-gnux-083f76002476dd722a2989cf2c33d0e616e3fd84.zip |
Globally ignore all build artifacts
Signed-off-by: Malfurious <m@lfurio.us>
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..e76473b --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +a.out +*.o +*.elf +*.exe +*.dll +*.a +*.so |