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
|
*.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*
|
||||||
|
/src/gui/tmp
|
||||||
|
/src/gui/ui_*
|
||||||
|
|
Loading…
Reference in New Issue