diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-26 21:44:04 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-26 21:44:04 +0200 |
| commit | 390fb5a0319a455f0df64ebf65c68e5eccaf084b (patch) | |
| tree | 4e4d3f886185eb0006bb43c9a73ab563cee5a375 /.gitignore | |
| parent | 0385a8c4fb0934e8cc48efa37996939b4d62eed8 (diff) | |
| download | RaveOS-PKGBUILD-390fb5a0319a455f0df64ebf65c68e5eccaf084b.tar.gz RaveOS-PKGBUILD-390fb5a0319a455f0df64ebf65c68e5eccaf084b.zip | |
add build/ to gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |