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 | |
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 '')
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | tools/.gitignore | 1 |
2 files changed, 8 insertions, 1 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 diff --git a/tools/.gitignore b/tools/.gitignore deleted file mode 100644 index c18dd8d..0000000 --- a/tools/.gitignore +++ /dev/null @@ -1 +0,0 @@ -__pycache__/ |