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