Browse Source

Add a basic gitignore

tags/v1.9.90
Lauri Kasanen 5 years ago
parent
commit
5f5011214d

+ 16
- 0
.gitignore View File

@@ -0,0 +1,16 @@
*.[ao]
*.mo
*.la
*.lo
.deps
.libs

CMakeFiles
CMakeCache.txt
*.cmake
Makefile
Makefile.in
config.h

vncviewer.desktop.in
vncviewer.desktop

+ 1
- 0
release/.gitignore View File

@@ -0,0 +1 @@
maketarball

+ 1
- 0
unix/vncconfig/.gitignore View File

@@ -0,0 +1 @@
vncconfig

+ 1
- 0
unix/vncpasswd/.gitignore View File

@@ -0,0 +1 @@
vncpasswd

+ 1
- 0
unix/x0vncserver/.gitignore View File

@@ -0,0 +1 @@
x0vncserver

+ 4
- 0
unix/xserver/.gitignore View File

@@ -0,0 +1,4 @@
/*
!/hw
/hw/*
!/hw/vnc

+ 1
- 0
unix/xserver/hw/vnc/.gitignore View File

@@ -0,0 +1 @@
Xvnc

Loading…
Cancel
Save