diff options
author | axtlos <axtlos@disroot.org> | 2024-04-19 23:10:16 +0200 |
---|---|---|
committer | axtlos <axtlos@disroot.org> | 2024-04-19 23:10:16 +0200 |
commit | 73815e97a91cd51db9d3b96d69891f6f6c1f58d0 (patch) | |
tree | 7e7e8c96770c856d38d55dfaf4601fee73028db2 /.gitignore | |
download | deskwhich-73815e97a91cd51db9d3b96d69891f6f6c1f58d0.tar.gz deskwhich-73815e97a91cd51db9d3b96d69891f6f6c1f58d0.tar.bz2 |
Add program
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ea6252 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +*~ +.*~undo-tree~*
\ No newline at end of file |