diff options
author | Johann Latocha | 2011-03-01 01:52:37 +0100 |
---|---|---|
committer | Johann Latocha | 2011-03-01 01:52:37 +0100 |
commit | ab473de90a2d884c517f48f5921b9a82b1270aad (patch) | |
tree | 80b65795681928ad985365a49a8c5176e7a05479 /.gitignore | |
parent | Fix for issue #781 (diff) | |
download | vmchooser-ab473de90a2d884c517f48f5921b9a82b1270aad.tar.gz vmchooser-ab473de90a2d884c517f48f5921b9a82b1270aad.tar.xz vmchooser-ab473de90a2d884c517f48f5921b9a82b1270aad.zip |
[Fix] Startup problems with xsession (Quick&Dirty)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3245ec2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.cproject +.project +build/ |