diff options
author | Robert Tari <robert@tari.in> | 2020-10-29 12:41:30 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-10-29 12:41:30 +0100 |
commit | b8b236024af1e9daf7251414c80339293e1b10d9 (patch) | |
tree | da06b1ba2174c53296dce610dee23908e5a22009 /.gitignore | |
download | ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.tar.gz ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.tar.bz2 ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..b55044f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +TODO.txt +project.geany +__pycache__/ |