Browse code

build: update .gitignore

Dario Rodriguez authored on 19/12/2015 18:19:10
Showing 1 changed files
... ...
@@ -1,2 +1,3 @@
1
-src/.sshchat
2
-src/users
1
+src/*.o
2
+src/sshchatd
3
+src/sshchat
Browse code

Initial configuration management for sshchatd

Dario Rodriguez authored on 17/12/2015 21:38:20
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+src/.sshchat
2
+src/users