diff options
author | 2024-05-02 22:39:12 +0200 | |
---|---|---|
committer | 2024-05-02 22:39:12 +0200 | |
commit | 2fa2e86ec84e3f25c0996348cf06f5c5120ac3e7 (patch) | |
tree | 3b6371da2ce1f4aad4fdfd6ad618b464459c6196 | |
parent | 616c75fcdaffd57ff0c14954ab08adb7d97aeff1 (diff) | |
download | dmenu-2fa2e86ec84e3f25c0996348cf06f5c5120ac3e7.tar.gz dmenu-2fa2e86ec84e3f25c0996348cf06f5c5120ac3e7.zip |
Add .gitignore filebsd-port
Contains exclusions of:
- *.o
- dmenu
- stest
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d29fa65 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +dmenu +stest +config.h |