diff options
author | Lauri Kasanen <cand@gmx.com> | 2018-07-10 13:48:14 +0300 |
---|---|---|
committer | Lauri Kasanen <cand@gmx.com> | 2018-07-11 15:01:25 +0300 |
commit | 5f5011214de84f42b482d13befb53c8372d32872 (patch) | |
tree | e224b9ba39dafa63eb949754288ed3514a95cd56 /.gitignore | |
parent | 198f4356121b1f149c0082b2426e1de7968416dd (diff) | |
download | tigervnc-5f5011214de84f42b482d13befb53c8372d32872.tar.gz tigervnc-5f5011214de84f42b482d13befb53c8372d32872.zip |
Add a basic gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d6c73ce1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.[ao] +*.mo +*.la +*.lo +.deps +.libs + +CMakeFiles +CMakeCache.txt +*.cmake +Makefile +Makefile.in +config.h + +vncviewer.desktop.in +vncviewer.desktop |