diff options
author | Case Duckworth | 2024-01-17 00:23:37 -0600 |
---|---|---|
committer | Case Duckworth | 2024-01-17 00:23:37 -0600 |
commit | 48877209efe7dabbeb20b9677d372ac2452fa73e (patch) | |
tree | e5094ca275925d66560028fa20dc403865c3eddf /.gitignore | |
parent | initial commit (diff) | |
download | acdwm-48877209efe7dabbeb20b9677d372ac2452fa73e.tar.gz acdwm-48877209efe7dabbeb20b9677d372ac2452fa73e.zip |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 75039f1..89f1a5e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,3 +1,8 @@ | |||
1 | acdwm | ||
1 | .fr | 2 | .fr |
2 | *.build.sh | 3 | *.build.sh |
3 | *.install.sh \ No newline at end of file | 4 | *.install.sh |
5 | *.so | ||
6 | *.link | ||
7 | *.o | ||
8 | *.import.scm | ||