summary refs log tree commit diff
path: root/.gitignore.global
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-05-28 13:49:48 -0400
committerJune McEnroe <programble@gmail.com>2014-05-28 13:49:48 -0400
commitd4822734eb1390e812d8589ebecb16cf54398d74 (patch)
tree7a854c3b8886e826d0551908483cf8b9ffde37ec /.gitignore.global
parentAdd OS X specific shell configurations (diff)
downloadsrc-d4822734eb1390e812d8589ebecb16cf54398d74.tar.gz
src-d4822734eb1390e812d8589ebecb16cf54398d74.zip
Add .DS_store to global gitignore
Diffstat (limited to '')
-rw-r--r--.gitignore.global1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore.global b/.gitignore.global
index 48984f5f..4201854b 100644
--- a/.gitignore.global
+++ b/.gitignore.global
@@ -2,3 +2,4 @@
 *.swp
 *.swo
 .pult
+.DS_store
isable verificationJune McEnroe 2019-10-26Do not require RPL_ISUPPORT for stateReadyJune McEnroe 2019-10-26Implement graceful shutdownJune McEnroe 2019-10-26Require PASS before USERJune McEnroe 2019-10-26Track channel topicsJune McEnroe 2019-10-26Set AWAY when no clients are connectedJune McEnroe 2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe 2019-10-25Rename project pounceJune McEnroe