cleaned up .gitignore (removed old files)
This commit is contained in:
parent
a58ca97941
commit
972922607b
|
@ -1,38 +1,11 @@
|
||||||
#Vim backup files
|
|
||||||
*~
|
|
||||||
#Python compiled files
|
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
#Git-svn created .gitignore
|
|
||||||
/Release
|
|
||||||
/Debug
|
|
||||||
/vc90.pdb
|
|
||||||
/synergy.ncb
|
|
||||||
/synergy.vcproj.ADOBENET.ssbarnea.user
|
|
||||||
/bin
|
/bin
|
||||||
/tool
|
/lib
|
||||||
/config.h
|
/build
|
||||||
/tags
|
/ext/cryptopp562
|
||||||
|
/ext/gmock-1.6.0
|
||||||
#doxygen
|
/ext/gtest-1.6.0
|
||||||
/doc/doxygen
|
/src/gui/Makefile*
|
||||||
/doc/doxygen.cfg
|
/src/gui/object_script*
|
||||||
build
|
/src/gui/tmp
|
||||||
cryptopp562
|
/src/gui/ui_*
|
||||||
gmock-1.6.0
|
|
||||||
gtest-1.6.0
|
|
||||||
lib
|
|
||||||
/src/gui/Makefile.Debug
|
|
||||||
/src/gui/Makefile.Release
|
|
||||||
/src/gui/object_script.synergy.Debug
|
|
||||||
/src/gui/object_script.synergy.Release
|
|
||||||
/src/gui/Makefile
|
|
||||||
tmp
|
|
||||||
/src/gui/ui_ScreenSettingsDialogBase.h
|
|
||||||
/src/gui/ui_ServerConfigDialogBase.h
|
|
||||||
/src/gui/ui_SettingsDialogBase.h
|
|
||||||
/src/gui/ui_SetupWizardBase.h
|
|
||||||
/src/gui/ui_AboutDialogBase.h
|
|
||||||
/src/gui/ui_ActionDialogBase.h
|
|
||||||
/src/gui/ui_HotkeyDialogBase.h
|
|
||||||
/src/gui/ui_MainWindowBase.h
|
|
||||||
|
|
Loading…
Reference in New Issue