.gitignore files

This commit is contained in:
Michael Jumper
2010-09-17 23:31:13 -07:00
parent 0fa7530fd5
commit 6f0d162953
3 changed files with 15 additions and 0 deletions

8
guacamole/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Object code
*.o
*.so
# Backup files
*~

3
guacamole/client/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Build directories
/dist
/build

4
guacamole/proxy/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Compiled proxy
guacd