diff options
author | Simon Rettberg | 2019-05-10 15:25:43 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-05-10 15:25:43 +0200 |
commit | f7cd45464fd7c037f6a60098ae77760998b3b4b6 (patch) | |
tree | 02cf10b2766fc5bb47e44d7253d4ec4eb4a674d3 /.gitignore | |
download | idle-daemon-f7cd45464fd7c037f6a60098ae77760998b3b4b6.tar.gz idle-daemon-f7cd45464fd7c037f6a60098ae77760998b3b4b6.tar.xz idle-daemon-f7cd45464fd7c037f6a60098ae77760998b3b4b6.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74b5b05 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/.project +/.cproject +/build +/CMakeLists.txt.user +*.swp +*~ |