diff options
| author | clsr <clsr@clsr.net> | 2016-12-02 12:23:24 +0100 |
|---|---|---|
| committer | clsr <clsr@clsr.net> | 2016-12-02 12:23:24 +0100 |
| commit | e7a5b19c0ba06e12b0137a7ce5e65a15135d9977 (patch) | |
| tree | d0504639219accb576ed1dbac15352948884428c /.gitignore | |
| download | dwmclock-e7a5b19c0ba06e12b0137a7ce5e65a15135d9977.tar.gz dwmclock-e7a5b19c0ba06e12b0137a7ce5e65a15135d9977.zip | |
Initial commitv1.0.0
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d06a542 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.swp +/dwmclock +/config.mk |